Html Css Color HEX #3C6016 Clover

📋 copy color: '#3C6016'

red 60 ◦ green 96 ◦ blue 22

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

Shades of Clover #3C6016

Tints of Clover #3C6016

RGB

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

 GREEN value IS 96 (37.89% from 255) = 53.93%

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

R = 33.71%
G = 53.93%
B = 12.36%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#3C6016 (or 0x3C6016) is known color: Clover. HEX triplet: 3C, 60 and 16. RGB value is (60,96,22). Sum of RGB (Red+Green+Blue) = 60+96+22=178 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.71% from 178); Green value is 96 (37.89% from 255 or 53.93% from 178); Blue value is 22 (8.98% from 255 or 12.36% from 178); Max value from RGB is 96 - color contains mainly: green. Hex color #3C6016 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C6016 is #C39FE9. Grayscale: #4D4D4D. Windows color (decimal): -12820458 or 1466428. OLE color: 1466428.

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

Color convert

RGB 60 96 22 -
CMYK 0.38 0 0.77 0.62
HSL 89.19º 0.63% 0.23% -
HSV(B) 89.19º 0.77% 0.38% -
XYZ 6.19 9.38 2.24 -
YUV 76.8 97.07 116.02 -
System Red Green Blue C M Y K H S L
Decimal 60 96 22 0.38 0 0.77 0.62 89.19 0.63 0.23
Hex 3C 60 16 26 0 4D 3E 59 3F 17
Octal 74 140 26 46 0 115 76 131 77 27
Binary 111100 1100000 10110 100110 0 1001101 111110 1011001 111111 10111

Color Harmonies of #3C6016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6016

Black with #3C6016

Text Example


Text Example

White with #3C6016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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