Html Css Color HEX #3C6011 Verdun Green

📋 copy color: '#3C6011'

red 60 ◦ green 96 ◦ blue 17

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

Shades of Verdun Green #3C6011

Tints of Verdun Green #3C6011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 9.83%

R = 34.68%
G = 55.49%
B = 9.83%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#3C6011 (or 0x3C6011) is known color: Verdun Green. HEX triplet: 3C, 60 and 11. RGB value is (60,96,17). Sum of RGB (Red+Green+Blue) = 60+96+17=173 (22% of max value = 765). Red value is 60 (23.83% from 255 or 34.68% from 173); Green value is 96 (37.89% from 255 or 55.49% from 173); Blue value is 17 (7.03% from 255 or 9.83% from 173); Max value from RGB is 96 - color contains mainly: green. Hex color #3C6011 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C6011 is #C39FEE. Grayscale: #4C4C4C. Windows color (decimal): -12820463 or 1138748. OLE color: 1138748.

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

Color convert

RGB 60 96 17 -
CMYK 0.38 0 0.82 0.62
HSL 87.34º 0.7% 0.22% -
HSV(B) 87.34º 0.82% 0.38% -
XYZ 6.15 9.37 2.01 -
YUV 76.23 94.57 116.42 -
System Red Green Blue C M Y K H S L
Decimal 60 96 17 0.38 0 0.82 0.62 87.34 0.7 0.22
Hex 3C 60 11 26 0 52 3E 57 46 16
Octal 74 140 21 46 0 122 76 127 106 26
Binary 111100 1100000 10001 100110 0 1010010 111110 1010111 1000110 10110

Color Harmonies of #3C6011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6011

Black with #3C6011

Text Example


Text Example

White with #3C6011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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