#3C443A

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

Shades of Palm Leaf #3C443A

Tints of Palm Leaf #3C443A

Color information

#3C443A (or 0x3C443A) is unknown color: approx Palm Leaf. HEX triplet: 3C, 44 and 3A. RGB value is (60,68,58). Sum of RGB (Red+Green+Blue) = 60+68+58=186 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.26% from 186); Green value is 68 (26.95% from 255 or 36.56% from 186); Blue value is 58 (23.05% from 255 or 31.18% from 186); Max value from RGB is 68 - color contains mainly: green. Hex color #3C443A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C443A is #C3BBC5. Grayscale: #404040. Windows color (decimal): -12827590 or 3818556. OLE color: 3818556.

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

Color convert

RGB606858-
CMYK0.1200.150.73
HSL108º7.94%24.71%-
HSV(B)108º14.71%26.67%-
XYZ4.695.44.8-
YUV64.47124.35124.81-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 32.26%
GREEN value IS 68 (26.95% from 255) = 36.56%
BLUE value IS 58 (23.05% from 255) = 31.18%
R=32.26%
G=36.56%
B=31.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6068580.1200.150.731087.9424.71
Hex3C443AC0F496c819
Octal7410472140171111541031
Binary111100100010011101011000111110010011101100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C443A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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