#3C552F

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

Shades of Palm Leaf #3C552F

Tints of Palm Leaf #3C552F

Color information

#3C552F (or 0x3C552F) is unknown color: approx Palm Leaf. HEX triplet: 3C, 55 and 2F. RGB value is (60,85,47). Sum of RGB (Red+Green+Blue) = 60+85+47=192 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.25% from 192); Green value is 85 (33.59% from 255 or 44.27% from 192); Blue value is 47 (18.75% from 255 or 24.48% from 192); Max value from RGB is 85 - color contains mainly: green. Hex color #3C552F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C552F is #C3AAD0. Grayscale: #494949. Windows color (decimal): -12823249 or 3102012. OLE color: 3102012.

HSL color Cylindrical-coordinate representation of color #3C552F: hue angle of 99.47º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3C552F is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB608547-
CMYK0.2900.450.67
HSL99.47º28.79%25.88%-
HSV(B)99.47º44.71%33.33%-
XYZ5.637.663.87-
YUV73.19113.22118.59-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 31.25%
GREEN value IS 85 (33.59% from 255) = 44.27%
BLUE value IS 47 (18.75% from 255) = 24.48%
R=31.25%
G=44.27%
B=24.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6085470.2900.450.6799.4728.7925.88
Hex3C552F1D02D43631d1a
Octal7412557350551031433532
Binary1111001010101101111111010101101100001111000111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C552F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C552F; }

 p { color: rgb(60,85,47); }

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

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

 a { background-color: rgb(60,85,47); }

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

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

 span { border-color: rgb(60,85,47); }

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