Html Css Color HEX #3C5521 Clover

📋 copy color: '#3C5521'

red 60 ◦ green 85 ◦ blue 33

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

Shades of Clover #3C5521

Tints of Clover #3C5521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 18.54%

R = 33.71%
G = 47.75%
B = 18.54%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#3C5521 (or 0x3C5521) is known color: Clover. HEX triplet: 3C, 55 and 21. RGB value is (60,85,33). Sum of RGB (Red+Green+Blue) = 60+85+33=178 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.71% from 178); Green value is 85 (33.59% from 255 or 47.75% from 178); Blue value is 33 (13.28% from 255 or 18.54% from 178); Max value from RGB is 85 - color contains mainly: green. Hex color #3C5521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5521 is #C3AADE. Grayscale: #474747. Windows color (decimal): -12823263 or 2184508. OLE color: 2184508.

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

Color convert

RGB 60 85 33 -
CMYK 0.29 0 0.61 0.67
HSL 88.85º 0.44% 0.23% -
HSV(B) 88.85º 0.61% 0.33% -
XYZ 5.39 7.57 2.62 -
YUV 71.6 106.22 119.73 -
System Red Green Blue C M Y K H S L
Decimal 60 85 33 0.29 0 0.61 0.67 88.85 0.44 0.23
Hex 3C 55 21 1D 0 3D 43 59 2C 17
Octal 74 125 41 35 0 75 103 131 54 27
Binary 111100 1010101 100001 11101 0 111101 1000011 1011001 101100 10111

Color Harmonies of #3C5521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5521

Black with #3C5521

Text Example


Text Example

White with #3C5521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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