#334628

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

Shades of Palm Leaf #334628

Tints of Palm Leaf #334628

Color information

#334628 (or 0x334628) is unknown color: approx Palm Leaf. HEX triplet: 33, 46 and 28. RGB value is (51,70,40). Sum of RGB (Red+Green+Blue) = 51+70+40=161 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.68% from 161); Green value is 70 (27.73% from 255 or 43.48% from 161); Blue value is 40 (16.02% from 255 or 24.84% from 161); Max value from RGB is 70 - color contains mainly: green. Hex color #334628 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334628 is #CCB9D7. Grayscale: #3C3C3C. Windows color (decimal): -13416920 or 2639411. OLE color: 2639411.

HSL color Cylindrical-coordinate representation of color #334628: hue angle of 98º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #334628 is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.73.

Color convert

RGB517040-
CMYK0.2700.430.73
HSL98º27.27%21.57%-
HSV(B)98º42.86%27.45%-
XYZ3.945.242.81-
YUV60.9116.21120.94-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.68%
GREEN value IS 70 (27.73% from 255) = 43.48%
BLUE value IS 40 (16.02% from 255) = 24.84%
R=31.68%
G=43.48%
B=24.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5170400.2700.430.739827.2721.57
Hex3346281B02B49621b16
Octal6310650330531111423326
Binary1100111000110101000110110101011100100111000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334628; }

 p { color: rgb(51,70,40); }

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

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

 a { background-color: rgb(51,70,40); }

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

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

 span { border-color: rgb(51,70,40); }

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