#334332

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

Shades of Palm Leaf #334332

Tints of Palm Leaf #334332

Color information

#334332 (or 0x334332) is unknown color: approx Palm Leaf. HEX triplet: 33, 43 and 32. RGB value is (51,67,50). Sum of RGB (Red+Green+Blue) = 51+67+50=168 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.36% from 168); Green value is 67 (26.56% from 255 or 39.88% from 168); Blue value is 50 (19.92% from 255 or 29.76% from 168); Max value from RGB is 67 - color contains mainly: green. Hex color #334332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334332 is #CCBCCD. Grayscale: #3C3C3C. Windows color (decimal): -13417678 or 3294003. OLE color: 3294003.

HSL color Cylindrical-coordinate representation of color #334332: hue angle of 116.47º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #334332 is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.74.

Color convert

RGB516750-
CMYK0.2400.250.74
HSL116.47º14.53%22.94%-
HSV(B)116.47º25.37%26.27%-
XYZ3.954.953.76-
YUV60.28122.2121.38-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.36%
GREEN value IS 67 (26.56% from 255) = 39.88%
BLUE value IS 50 (19.92% from 255) = 29.76%
R=30.36%
G=39.88%
B=29.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5167500.2400.250.74116.4714.5322.94
Hex334332180194A74f17
Octal6310362300311121641727
Binary11001110000111100101100001100110010101110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334332; }

 p { color: rgb(51,67,50); }

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

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

 a { background-color: rgb(51,67,50); }

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

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

 span { border-color: rgb(51,67,50); }

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