#354B27

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

Shades of Palm Leaf #354B27

Tints of Palm Leaf #354B27

Color information

#354B27 (or 0x354B27) is unknown color: approx Palm Leaf. HEX triplet: 35, 4B and 27. RGB value is (53,75,39). Sum of RGB (Red+Green+Blue) = 53+75+39=167 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.74% from 167); Green value is 75 (29.69% from 255 or 44.91% from 167); Blue value is 39 (15.62% from 255 or 23.35% from 167); Max value from RGB is 75 - color contains mainly: green. Hex color #354B27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354B27 is #CAB4D8. Grayscale: #404040. Windows color (decimal): -13284569 or 2575157. OLE color: 2575157.

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

Color convert

RGB537539-
CMYK0.2900.480.71
HSL96.67º31.58%22.35%-
HSV(B)96.67º48%29.41%-
XYZ4.355.942.84-
YUV64.32113.71119.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.74%
GREEN value IS 75 (29.69% from 255) = 44.91%
BLUE value IS 39 (15.62% from 255) = 23.35%
R=31.74%
G=44.91%
B=23.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5375390.2900.480.7196.6731.5822.35
Hex354B271D03047612016
Octal6511347350601071414026
Binary11010110010111001111110101100001000111110000110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354B27; }

 p { color: rgb(53,75,39); }

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

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

 a { background-color: rgb(53,75,39); }

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

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

 span { border-color: rgb(53,75,39); }

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