#334832

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

Shades of Palm Leaf #334832

Tints of Palm Leaf #334832

Color information

#334832 (or 0x334832) is unknown color: approx Palm Leaf. HEX triplet: 33, 48 and 32. RGB value is (51,72,50). Sum of RGB (Red+Green+Blue) = 51+72+50=173 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.48% from 173); Green value is 72 (28.52% from 255 or 41.62% from 173); Blue value is 50 (19.92% from 255 or 28.90% from 173); Max value from RGB is 72 - color contains mainly: green. Hex color #334832 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334832 is #CCB7CD. Grayscale: #3F3F3F. Windows color (decimal): -13416398 or 3295283. OLE color: 3295283.

HSL color Cylindrical-coordinate representation of color #334832: hue angle of 117.27º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #334832 is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.72.

Color convert

RGB517250-
CMYK0.2900.310.72
HSL117.27º18.03%23.92%-
HSV(B)117.27º30.56%28.24%-
XYZ4.265.573.87-
YUV63.21120.54119.29-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.48%
GREEN value IS 72 (28.52% from 255) = 41.62%
BLUE value IS 50 (19.92% from 255) = 28.90%
R=29.48%
G=41.62%
B=28.90%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5172500.2900.310.72117.2718.0323.92
Hex3348321D01F48751218
Octal6311062350371101652230
Binary110011100100011001011101011111100100011101011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334832; }

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

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

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

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

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

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

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

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