#34551D

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

Shades of Palm Leaf #34551D

Tints of Palm Leaf #34551D

Color information

#34551D (or 0x34551D) is unknown color: approx Palm Leaf. HEX triplet: 34, 55 and 1D. RGB value is (52,85,29). Sum of RGB (Red+Green+Blue) = 52+85+29=166 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.33% from 166); Green value is 85 (33.59% from 255 or 51.20% from 166); Blue value is 29 (11.72% from 255 or 17.47% from 166); Max value from RGB is 85 - color contains mainly: green. Hex color #34551D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34551D is #CBAAE2. Grayscale: #444444. Windows color (decimal): -13347555 or 1922356. OLE color: 1922356.

HSL color Cylindrical-coordinate representation of color #34551D: hue angle of 95.36º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #34551D is Cyan = 0.39, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB528529-
CMYK0.3900.660.67
HSL95.36º49.12%22.35%-
HSV(B)95.36º65.88%33.33%-
XYZ4.897.322.32-
YUV68.75105.57116.05-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.33%
GREEN value IS 85 (33.59% from 255) = 51.20%
BLUE value IS 29 (11.72% from 255) = 17.47%
R=31.33%
G=51.20%
B=17.47%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5285290.3900.660.6795.3649.1222.35
Hex34551D27042435f3116
Octal64125354701021031376126
Binary110100101010111101100111010000101000011101111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34551D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34551D; }

 p { color: rgb(52,85,29); }

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

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

 a { background-color: rgb(52,85,29); }

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

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

 span { border-color: rgb(52,85,29); }

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