#3C463A

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

Shades of Palm Leaf #3C463A

Tints of Palm Leaf #3C463A

Color information

#3C463A (or 0x3C463A) is unknown color: approx Palm Leaf. HEX triplet: 3C, 46 and 3A. RGB value is (60,70,58). Sum of RGB (Red+Green+Blue) = 60+70+58=188 (24% of max value = 765). Red value is 60 (23.83% from 255 or 31.91% from 188); Green value is 70 (27.73% from 255 or 37.23% from 188); Blue value is 58 (23.05% from 255 or 30.85% from 188); Max value from RGB is 70 - color contains mainly: green. Hex color #3C463A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C463A is #C3B9C5. Grayscale: #414141. Windows color (decimal): -12827078 or 3819068. OLE color: 3819068.

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

Color convert

RGB607058-
CMYK0.1400.170.73
HSL110º9.38%25.1%-
HSV(B)110º17.14%27.45%-
XYZ4.825.654.84-
YUV65.64123.69123.98-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 31.91%
GREEN value IS 70 (27.73% from 255) = 37.23%
BLUE value IS 58 (23.05% from 255) = 30.85%
R=31.91%
G=37.23%
B=30.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6070580.1400.170.731109.3825.1
Hex3C463AE011496e919
Octal7410672160211111561131
Binary1111001000110111010111001000110010011101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C463A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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