#3C5031

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

Shades of Palm Leaf #3C5031

Tints of Palm Leaf #3C5031

Color information

#3C5031 (or 0x3C5031) is unknown color: approx Palm Leaf. HEX triplet: 3C, 50 and 31. RGB value is (60,80,49). Sum of RGB (Red+Green+Blue) = 60+80+49=189 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.75% from 189); Green value is 80 (31.64% from 255 or 42.33% from 189); Blue value is 49 (19.53% from 255 or 25.93% from 189); Max value from RGB is 80 - color contains mainly: green. Hex color #3C5031 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5031 is #C3AFCE. Grayscale: #464646. Windows color (decimal): -12824527 or 3231804. OLE color: 3231804.

HSL color Cylindrical-coordinate representation of color #3C5031: hue angle of 98.71º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3C5031 is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.69.

Color convert

RGB608049-
CMYK0.2500.390.69
HSL98.71º24.03%25.29%-
HSV(B)98.71º38.75%31.37%-
XYZ5.296.923.96-
YUV70.49115.87120.52-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 31.75%
GREEN value IS 80 (31.64% from 255) = 42.33%
BLUE value IS 49 (19.53% from 255) = 25.93%
R=31.75%
G=42.33%
B=25.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6080490.2500.390.6998.7124.0325.29
Hex3C50311902745631819
Octal7412061310471051433031
Binary1111001010000110001110010100111100010111000111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,80,49); }

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

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

 a { background-color: rgb(60,80,49); }

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

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

 span { border-color: rgb(60,80,49); }

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