Html Css Color HEX #3C4C36 Palm Leaf

📋 copy color: '#3C4C36'

red 60 ◦ green 76 ◦ blue 54

#3C4C36
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palm Leaf #3C4C36

Tints of Palm Leaf #3C4C36

RGB

 RED value IS 60 (23.83% from 255) = 31.58%

 GREEN value IS 76 (30.08% from 255) = 40%

 BLUE value IS 54 (21.48% from 255) = 28.42%

R = 31.58%
G = 40%
B = 28.42%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.29

 K value IS 0.70

RGB Variations

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

Color information

#3C4C36 (or 0x3C4C36) is known color: Palm Leaf. HEX triplet: 3C, 4C and 36. RGB value is (60,76,54). Sum of RGB (Red+Green+Blue) = 60+76+54=190 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.58% from 190); Green value is 76 (30.08% from 255 or 40% from 190); Blue value is 54 (21.48% from 255 or 28.42% from 190); Max value from RGB is 76 - color contains mainly: green. Hex color #3C4C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4C36 is #C3B3C9. Grayscale: #444444. Windows color (decimal): -12825546 or 3558460. OLE color: 3558460.

HSL color Cylindrical-coordinate representation of color #3C4C36: hue angle of 103.64º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3C4C36 is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.70.

Color convert

RGB 60 76 54 -
CMYK 0.21 0 0.29 0.70
HSL 103.64º 0.17% 0.25% -
HSV(B) 103.64º 0.29% 0.3% -
XYZ 5.11 6.4 4.46 -
YUV 68.71 119.7 121.79 -
System Red Green Blue C M Y K H S L
Decimal 60 76 54 0.21 0 0.29 0.70 103.64 0.17 0.25
Hex 3C 4C 36 15 0 1D 46 68 11 19
Octal 74 114 66 25 0 35 106 150 21 31
Binary 111100 1001100 110110 10101 0 11101 1000110 1101000 10001 11001

Color Harmonies of #3C4C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4C36

Black with #3C4C36

Text Example


Text Example

White with #3C4C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,76,54); }

 H1.HeaderClassName
 {
   color: #3C4C36;
 }
 .AnyTagClassName
 {
   color: #3C4C36;
 }
</style>

background-color css

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

 a { background-color: rgb(60,76,54); }

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

border-color css

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

 span { border-color: rgb(60,76,54); }

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