#344025

Color #344025 Seaweed (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seaweed #344025

Tints of Seaweed #344025

Color information

#344025 (or 0x344025) is unknown color: approx Seaweed. HEX triplet: 34, 40 and 25. RGB value is (52,64,37). Sum of RGB (Red+Green+Blue) = 52+64+37=153 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.99% from 153); Green value is 64 (25.39% from 255 or 41.83% from 153); Blue value is 37 (14.84% from 255 or 24.18% from 153); Max value from RGB is 64 - color contains mainly: green. Hex color #344025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344025 is #CBBFDA. Grayscale: #393939. Windows color (decimal): -13352923 or 2441268. OLE color: 2441268.

HSL color Cylindrical-coordinate representation of color #344025: hue angle of 86.67º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #344025 is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.75.

Color convert

RGB526437-
CMYK0.1900.420.75
HSL86.67º26.73%19.8%-
HSV(B)86.67º42.19%25.1%-
XYZ3.584.532.44-
YUV57.33116.52124.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 33.99%
GREEN value IS 64 (25.39% from 255) = 41.83%
BLUE value IS 37 (14.84% from 255) = 24.18%
R=33.99%
G=41.83%
B=24.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5264370.1900.420.7586.6726.7319.8
Hex3440251302A4B571b14
Octal6410045230521131273324
Binary1101001000000100101100110101010100101110101111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344025; }

 p { color: rgb(52,64,37); }

 H1.HeaderClassName
 {
   color: #344025;
 }
 .AnyTagClassName
 {
   color: #344025;
 }
</style>
background-color css

<style>
 a { background-color: #344025; }

 a { background-color: rgb(52,64,37); }

 div.DivClassName
 {
   background-color: #344025;
 }
 .BgClassName
 {
   background-color: #344025;
 }
</style>
border-color css

<style>
 span { border-color: #344025; }

 span { border-color: rgb(52,64,37); }

 td.TdClassName
 {
   border-color: #344025;
 }
 .TagClassName
 {
   border-color: #344025;
 }
</style>