#3C423A

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

Shades of Palm Leaf #3C423A

Tints of Palm Leaf #3C423A

Color information

#3C423A (or 0x3C423A) is unknown color: approx Palm Leaf. HEX triplet: 3C, 42 and 3A. RGB value is (60,66,58). Sum of RGB (Red+Green+Blue) = 60+66+58=184 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.61% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 58 (23.05% from 255 or 31.52% from 184); Max value from RGB is 66 - color contains mainly: green. Hex color #3C423A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C423A is #C3BDC5. Grayscale: #3F3F3F. Windows color (decimal): -12828102 or 3818044. OLE color: 3818044.

HSL color Cylindrical-coordinate representation of color #3C423A: hue angle of 105º degrees, saturation: 0.06, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #3C423A is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.74.

Color convert

RGB606658-
CMYK0.0900.120.74
HSL105º6.45%24.31%-
HSV(B)105º12.12%25.88%-
XYZ4.585.164.76-
YUV63.29125.01125.65-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 32.61%
GREEN value IS 66 (26.17% from 255) = 35.87%
BLUE value IS 58 (23.05% from 255) = 31.52%
R=32.61%
G=35.87%
B=31.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6066580.0900.120.741056.4524.31
Hex3C423A90C4A69618
Octal741027211014112151630
Binary11110010000101110101001011001001010110100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C423A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,66,58); }

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

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

 a { background-color: rgb(60,66,58); }

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

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

 span { border-color: rgb(60,66,58); }

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