#3C552E

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

Shades of Palm Leaf #3C552E

Tints of Palm Leaf #3C552E

Color information

#3C552E (or 0x3C552E) is unknown color: approx Palm Leaf. HEX triplet: 3C, 55 and 2E. RGB value is (60,85,46). Sum of RGB (Red+Green+Blue) = 60+85+46=191 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.41% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 46 (18.36% from 255 or 24.08% from 191); Max value from RGB is 85 - color contains mainly: green. Hex color #3C552E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C552E is #C3AAD1. Grayscale: #494949. Windows color (decimal): -12823250 or 3036476. OLE color: 3036476.

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

Color convert

RGB608546-
CMYK0.2900.460.67
HSL98.46º29.77%25.69%-
HSV(B)98.46º45.88%33.33%-
XYZ5.617.653.77-
YUV73.08112.72118.67-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 31.41%
GREEN value IS 85 (33.59% from 255) = 44.50%
BLUE value IS 46 (18.36% from 255) = 24.08%
R=31.41%
G=44.50%
B=24.08%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6085460.2900.460.6798.4629.7725.69
Hex3C552E1D02E43621e1a
Octal7412556350561031423632
Binary1111001010101101110111010101110100001111000101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C552E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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