Html Css Color HEX #3C6213 Verdun Green

📋 copy color: '#3C6213'

red 60 ◦ green 98 ◦ blue 19

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

Shades of Verdun Green #3C6213

Tints of Verdun Green #3C6213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.73%

R = 33.9%
G = 55.37%
B = 10.73%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#3C6213 (or 0x3C6213) is known color: Verdun Green. HEX triplet: 3C, 62 and 13. RGB value is (60,98,19). Sum of RGB (Red+Green+Blue) = 60+98+19=177 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.90% from 177); Green value is 98 (38.67% from 255 or 55.37% from 177); Blue value is 19 (7.81% from 255 or 10.73% from 177); Max value from RGB is 98 - color contains mainly: green. Hex color #3C6213 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C6213 is #C39DEC. Grayscale: #4D4D4D. Windows color (decimal): -12819949 or 1270332. OLE color: 1270332.

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

Color convert

RGB 60 98 19 -
CMYK 0.39 0 0.81 0.62
HSL 88.86º 0.68% 0.23% -
HSV(B) 88.86º 0.81% 0.38% -
XYZ 6.35 9.74 2.16 -
YUV 77.63 94.91 115.42 -
System Red Green Blue C M Y K H S L
Decimal 60 98 19 0.39 0 0.81 0.62 88.86 0.68 0.23
Hex 3C 62 13 27 0 51 3E 59 44 17
Octal 74 142 23 47 0 121 76 131 104 27
Binary 111100 1100010 10011 100111 0 1010001 111110 1011001 1000100 10111

Color Harmonies of #3C6213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6213

Black with #3C6213

Text Example


Text Example

White with #3C6213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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