Html Css Color HEX #3C5424 Clover

📋 copy color: '#3C5424'

red 60 ◦ green 84 ◦ blue 36

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

Shades of Clover #3C5424

Tints of Clover #3C5424

RGB

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

 GREEN value IS 84 (33.2% from 255) = 46.67%

 BLUE value IS 36 (14.45% from 255) = 20%

R = 33.33%
G = 46.67%
B = 20%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.57

 K value IS 0.67

RGB Variations

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

Color information

#3C5424 (or 0x3C5424) is known color: Clover. HEX triplet: 3C, 54 and 24. RGB value is (60,84,36). Sum of RGB (Red+Green+Blue) = 60+84+36=180 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.33% from 180); Green value is 84 (33.20% from 255 or 46.67% from 180); Blue value is 36 (14.45% from 255 or 20% from 180); Max value from RGB is 84 - color contains mainly: green. Hex color #3C5424 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5424 is #C3ABDB. Grayscale: #474747. Windows color (decimal): -12823516 or 2380860. OLE color: 2380860.

HSL color Cylindrical-coordinate representation of color #3C5424: hue angle of 90º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C5424 is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.67.

Color convert

RGB 60 84 36 -
CMYK 0.29 0 0.57 0.67
HSL 90º 0.4% 0.24% -
HSV(B) 90º 0.57% 0.33% -
XYZ 5.35 7.43 2.82 -
YUV 71.35 108.05 119.9 -
System Red Green Blue C M Y K H S L
Decimal 60 84 36 0.29 0 0.57 0.67 90 0.4 0.24
Hex 3C 54 24 1D 0 39 43 5A 28 18
Octal 74 124 44 35 0 71 103 132 50 30
Binary 111100 1010100 100100 11101 0 111001 1000011 1011010 101000 11000

Color Harmonies of #3C5424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5424

Black with #3C5424

Text Example


Text Example

White with #3C5424

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,84,36); }

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

background-color css

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

 a { background-color: rgb(60,84,36); }

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

border-color css

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

 span { border-color: rgb(60,84,36); }

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