Html Css Color HEX #3C5520 Clover

📋 copy color: '#3C5520'

red 60 ◦ green 85 ◦ blue 32

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

Shades of Clover #3C5520

Tints of Clover #3C5520

RGB

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

 GREEN value IS 85 (33.59% from 255) = 48.02%

 BLUE value IS 32 (12.89% from 255) = 18.08%

R = 33.9%
G = 48.02%
B = 18.08%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#3C5520 (or 0x3C5520) is known color: Clover. HEX triplet: 3C, 55 and 20. RGB value is (60,85,32). Sum of RGB (Red+Green+Blue) = 60+85+32=177 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.90% from 177); Green value is 85 (33.59% from 255 or 48.02% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 85 - color contains mainly: green. Hex color #3C5520 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5520 is #C3AADF. Grayscale: #474747. Windows color (decimal): -12823264 or 2118972. OLE color: 2118972.

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

Color convert

RGB 60 85 32 -
CMYK 0.29 0 0.62 0.67
HSL 88.3º 0.45% 0.23% -
HSV(B) 88.3º 0.62% 0.33% -
XYZ 5.37 7.56 2.54 -
YUV 71.48 105.72 119.81 -
System Red Green Blue C M Y K H S L
Decimal 60 85 32 0.29 0 0.62 0.67 88.3 0.45 0.23
Hex 3C 55 20 1D 0 3E 43 58 2D 17
Octal 74 125 40 35 0 76 103 130 55 27
Binary 111100 1010101 100000 11101 0 111110 1000011 1011000 101101 10111

Color Harmonies of #3C5520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5520

Black with #3C5520

Text Example


Text Example

White with #3C5520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,85,32); }

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

background-color css

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

 a { background-color: rgb(60,85,32); }

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

border-color css

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

 span { border-color: rgb(60,85,32); }

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