Html Css Color HEX #3C6012 Verdun Green

📋 copy color: '#3C6012'

red 60 ◦ green 96 ◦ blue 18

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

Shades of Verdun Green #3C6012

Tints of Verdun Green #3C6012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.34%

R = 34.48%
G = 55.17%
B = 10.34%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#3C6012 (or 0x3C6012) is known color: Verdun Green. HEX triplet: 3C, 60 and 12. RGB value is (60,96,18). Sum of RGB (Red+Green+Blue) = 60+96+18=174 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.48% from 174); Green value is 96 (37.89% from 255 or 55.17% from 174); Blue value is 18 (7.42% from 255 or 10.34% from 174); Max value from RGB is 96 - color contains mainly: green. Hex color #3C6012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C6012 is #C39FED. Grayscale: #4C4C4C. Windows color (decimal): -12820462 or 1204284. OLE color: 1204284.

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

Color convert

RGB 60 96 18 -
CMYK 0.38 0 0.81 0.62
HSL 87.69º 0.68% 0.22% -
HSV(B) 87.69º 0.81% 0.38% -
XYZ 6.16 9.37 2.06 -
YUV 76.34 95.07 116.34 -
System Red Green Blue C M Y K H S L
Decimal 60 96 18 0.38 0 0.81 0.62 87.69 0.68 0.22
Hex 3C 60 12 26 0 51 3E 58 44 16
Octal 74 140 22 46 0 121 76 130 104 26
Binary 111100 1100000 10010 100110 0 1010001 111110 1011000 1000100 10110

Color Harmonies of #3C6012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6012

Black with #3C6012

Text Example


Text Example

White with #3C6012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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