#3C413B

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

Shades of Palm Leaf #3C413B

Tints of Palm Leaf #3C413B

Color information

#3C413B (or 0x3C413B) is unknown color: approx Palm Leaf. HEX triplet: 3C, 41 and 3B. RGB value is (60,65,59). Sum of RGB (Red+Green+Blue) = 60+65+59=184 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.61% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 59 (23.44% from 255 or 32.07% from 184); Max value from RGB is 65 - color contains mainly: green. Hex color #3C413B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C413B is #C3BEC4. Grayscale: #3E3E3E. Windows color (decimal): -12828357 or 3883324. OLE color: 3883324.

HSL color Cylindrical-coordinate representation of color #3C413B: hue angle of 110º degrees, saturation: 0.05, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #3C413B is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB606559-
CMYK0.0800.090.75
HSL110º4.84%24.31%-
HSV(B)110º9.23%25.49%-
XYZ4.545.064.87-
YUV62.82125.84125.99-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 32.61%
GREEN value IS 65 (25.78% from 255) = 35.33%
BLUE value IS 59 (23.44% from 255) = 32.07%
R=32.61%
G=35.33%
B=32.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6065590.0800.090.751104.8424.31
Hex3C413B8094B6e518
Octal741017310011113156530
Binary11110010000011110111000010011001011110111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C413B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,65,59); }

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

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

 a { background-color: rgb(60,65,59); }

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

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

 span { border-color: rgb(60,65,59); }

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