Html Css Color HEX #3C5F16 Clover

📋 copy color: '#3C5F16'

red 60 ◦ green 95 ◦ blue 22

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

Shades of Clover #3C5F16

Tints of Clover #3C5F16

RGB

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

 GREEN value IS 95 (37.5% from 255) = 53.67%

 BLUE value IS 22 (8.98% from 255) = 12.43%

R = 33.9%
G = 53.67%
B = 12.43%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.77

 K value IS 0.63

RGB Variations

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

Color information

#3C5F16 (or 0x3C5F16) is known color: Clover. HEX triplet: 3C, 5F and 16. RGB value is (60,95,22). Sum of RGB (Red+Green+Blue) = 60+95+22=177 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.90% from 177); Green value is 95 (37.5% from 255 or 53.67% from 177); Blue value is 22 (8.98% from 255 or 12.43% from 177); Max value from RGB is 95 - color contains mainly: green. Hex color #3C5F16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C5F16 is #C3A0E9. Grayscale: #4C4C4C. Windows color (decimal): -12820714 or 1466172. OLE color: 1466172.

HSL color Cylindrical-coordinate representation of color #3C5F16: hue angle of 88.77º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3C5F16 is Cyan = 0.37, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.63.

Color convert

RGB 60 95 22 -
CMYK 0.37 0 0.77 0.63
HSL 88.77º 0.62% 0.23% -
HSV(B) 88.77º 0.77% 0.37% -
XYZ 6.1 9.2 2.21 -
YUV 76.21 97.4 116.44 -
System Red Green Blue C M Y K H S L
Decimal 60 95 22 0.37 0 0.77 0.63 88.77 0.62 0.23
Hex 3C 5F 16 25 0 4D 3F 59 3E 17
Octal 74 137 26 45 0 115 77 131 76 27
Binary 111100 1011111 10110 100101 0 1001101 111111 1011001 111110 10111

Color Harmonies of #3C5F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5F16

Black with #3C5F16

Text Example


Text Example

White with #3C5F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,95,22); }

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

background-color css

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

 a { background-color: rgb(60,95,22); }

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

border-color css

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

 span { border-color: rgb(60,95,22); }

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