#3C453B

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

Shades of Palm Leaf #3C453B

Tints of Palm Leaf #3C453B

Color information

#3C453B (or 0x3C453B) is unknown color: approx Palm Leaf. HEX triplet: 3C, 45 and 3B. RGB value is (60,69,59). Sum of RGB (Red+Green+Blue) = 60+69+59=188 (24% of max value = 765). Red value is 60 (23.83% from 255 or 31.91% from 188); Green value is 69 (27.34% from 255 or 36.70% from 188); Blue value is 59 (23.44% from 255 or 31.38% from 188); Max value from RGB is 69 - color contains mainly: green. Hex color #3C453B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C453B is #C3BAC4. Grayscale: #414141. Windows color (decimal): -12827333 or 3884348. OLE color: 3884348.

HSL color Cylindrical-coordinate representation of color #3C453B: hue angle of 114º degrees, saturation: 0.08, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #3C453B is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.73.

Color convert

RGB606959-
CMYK0.1300.140.73
HSL114º7.81%25.1%-
HSV(B)114º14.49%27.06%-
XYZ4.785.534.95-
YUV65.17124.52124.31-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 31.91%
GREEN value IS 69 (27.34% from 255) = 36.70%
BLUE value IS 59 (23.44% from 255) = 31.38%
R=31.91%
G=36.70%
B=31.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6069590.1300.140.731147.8125.1
Hex3C453BD0E4972819
Octal7410573150161111621031
Binary111100100010111101111010111010010011110010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C453B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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