#334925

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

Shades of Palm Leaf #334925

Tints of Palm Leaf #334925

Color information

#334925 (or 0x334925) is unknown color: approx Palm Leaf. HEX triplet: 33, 49 and 25. RGB value is (51,73,37). Sum of RGB (Red+Green+Blue) = 51+73+37=161 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.68% from 161); Green value is 73 (28.91% from 255 or 45.34% from 161); Blue value is 37 (14.84% from 255 or 22.98% from 161); Max value from RGB is 73 - color contains mainly: green. Hex color #334925 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334925 is #CCB6DA. Grayscale: #3E3E3E. Windows color (decimal): -13416155 or 2443571. OLE color: 2443571.

HSL color Cylindrical-coordinate representation of color #334925: hue angle of 96.67º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #334925 is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.71.

Color convert

RGB517337-
CMYK0.3000.490.71
HSL96.67º32.73%21.57%-
HSV(B)96.67º49.32%28.63%-
XYZ4.085.62.62-
YUV62.32113.71119.93-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.68%
GREEN value IS 73 (28.91% from 255) = 45.34%
BLUE value IS 37 (14.84% from 255) = 22.98%
R=31.68%
G=45.34%
B=22.98%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5173370.3000.490.7196.6732.7321.57
Hex3349251E03147612116
Octal6311145360611071414126
Binary11001110010011001011111001100011000111110000110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334925; }

 p { color: rgb(51,73,37); }

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

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

 a { background-color: rgb(51,73,37); }

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

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

 span { border-color: rgb(51,73,37); }

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