Html Css Color HEX #3C6214 Verdun Green

📋 copy color: '#3C6214'

red 60 ◦ green 98 ◦ blue 20

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

Shades of Verdun Green #3C6214

Tints of Verdun Green #3C6214

RGB

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

 GREEN value IS 98 (38.67% from 255) = 55.06%

 BLUE value IS 20 (8.2% from 255) = 11.24%

R = 33.71%
G = 55.06%
B = 11.24%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#3C6214 (or 0x3C6214) is known color: Verdun Green. HEX triplet: 3C, 62 and 14. RGB value is (60,98,20). Sum of RGB (Red+Green+Blue) = 60+98+20=178 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.71% from 178); Green value is 98 (38.67% from 255 or 55.06% from 178); Blue value is 20 (8.20% from 255 or 11.24% from 178); Max value from RGB is 98 - color contains mainly: green. Hex color #3C6214 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C6214 is #C39DEB. Grayscale: #4E4E4E. Windows color (decimal): -12819948 or 1335868. OLE color: 1335868.

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

Color convert

RGB 60 98 20 -
CMYK 0.39 0 0.80 0.62
HSL 89.23º 0.66% 0.23% -
HSV(B) 89.23º 0.8% 0.38% -
XYZ 6.36 9.75 2.21 -
YUV 77.75 95.41 115.34 -
System Red Green Blue C M Y K H S L
Decimal 60 98 20 0.39 0 0.80 0.62 89.23 0.66 0.23
Hex 3C 62 14 27 0 50 3E 59 42 17
Octal 74 142 24 47 0 120 76 131 102 27
Binary 111100 1100010 10100 100111 0 1010000 111110 1011001 1000010 10111

Color Harmonies of #3C6214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6214

Black with #3C6214

Text Example


Text Example

White with #3C6214

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,98,20); }

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

background-color css

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

 a { background-color: rgb(60,98,20); }

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

border-color css

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

 span { border-color: rgb(60,98,20); }

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