Html Css Color HEX #3C5522 Clover

📋 copy color: '#3C5522'

red 60 ◦ green 85 ◦ blue 34

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

Shades of Clover #3C5522

Tints of Clover #3C5522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 18.99%

R = 33.52%
G = 47.49%
B = 18.99%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#3C5522 (or 0x3C5522) is known color: Clover. HEX triplet: 3C, 55 and 22. RGB value is (60,85,34). Sum of RGB (Red+Green+Blue) = 60+85+34=179 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.52% from 179); Green value is 85 (33.59% from 255 or 47.49% from 179); Blue value is 34 (13.67% from 255 or 18.99% from 179); Max value from RGB is 85 - color contains mainly: green. Hex color #3C5522 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5522 is #C3AADD. Grayscale: #474747. Windows color (decimal): -12823262 or 2250044. OLE color: 2250044.

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

Color convert

RGB 60 85 34 -
CMYK 0.29 0 0.60 0.67
HSL 89.41º 0.43% 0.23% -
HSV(B) 89.41º 0.6% 0.33% -
XYZ 5.4 7.57 2.69 -
YUV 71.71 106.72 119.65 -
System Red Green Blue C M Y K H S L
Decimal 60 85 34 0.29 0 0.60 0.67 89.41 0.43 0.23
Hex 3C 55 22 1D 0 3C 43 59 2B 17
Octal 74 125 42 35 0 74 103 131 53 27
Binary 111100 1010101 100010 11101 0 111100 1000011 1011001 101011 10111

Color Harmonies of #3C5522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5522

Black with #3C5522

Text Example


Text Example

White with #3C5522

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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