Html Css Color HEX #3C4C35 Palm Leaf

📋 copy color: '#3C4C35'

red 60 ◦ green 76 ◦ blue 53

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

Shades of Palm Leaf #3C4C35

Tints of Palm Leaf #3C4C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 28.04%

R = 31.75%
G = 40.21%
B = 28.04%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.30

 K value IS 0.70

RGB Variations

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

Color information

#3C4C35 (or 0x3C4C35) is known color: Palm Leaf. HEX triplet: 3C, 4C and 35. RGB value is (60,76,53). Sum of RGB (Red+Green+Blue) = 60+76+53=189 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.75% from 189); Green value is 76 (30.08% from 255 or 40.21% from 189); Blue value is 53 (21.09% from 255 or 28.04% from 189); Max value from RGB is 76 - color contains mainly: green. Hex color #3C4C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4C35 is #C3B3CA. Grayscale: #444444. Windows color (decimal): -12825547 or 3492924. OLE color: 3492924.

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

Color convert

RGB 60 76 53 -
CMYK 0.21 0 0.30 0.70
HSL 101.74º 0.18% 0.25% -
HSV(B) 101.74º 0.3% 0.3% -
XYZ 5.09 6.39 4.33 -
YUV 68.59 119.2 121.87 -
System Red Green Blue C M Y K H S L
Decimal 60 76 53 0.21 0 0.30 0.70 101.74 0.18 0.25
Hex 3C 4C 35 15 0 1E 46 66 12 19
Octal 74 114 65 25 0 36 106 146 22 31
Binary 111100 1001100 110101 10101 0 11110 1000110 1100110 10010 11001

Color Harmonies of #3C4C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4C35

Black with #3C4C35

Text Example


Text Example

White with #3C4C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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