Html Css Color HEX #3C6C08 Verdun Green

📋 copy color: '#3C6C08'

red 60 ◦ green 108 ◦ blue 8

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

Shades of Verdun Green #3C6C08

Tints of Verdun Green #3C6C08

RGB

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

 GREEN value IS 108 (42.58% from 255) = 61.36%

 BLUE value IS 8 (3.52% from 255) = 4.55%

R = 34.09%
G = 61.36%
B = 4.55%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.93

 K value IS 0.58

RGB Variations

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

Color information

#3C6C08 (or 0x3C6C08) is known color: Verdun Green. HEX triplet: 3C, 6C and 08. RGB value is (60,108,8). Sum of RGB (Red+Green+Blue) = 60+108+8=176 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.09% from 176); Green value is 108 (42.58% from 255 or 61.36% from 176); Blue value is 8 (3.52% from 255 or 4.55% from 176); Max value from RGB is 108 - color contains mainly: green. Hex color #3C6C08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C6C08 is #C393F7. Grayscale: #525252. Windows color (decimal): -12817400 or 551996. OLE color: 551996.

HSL color Cylindrical-coordinate representation of color #3C6C08: hue angle of 88.8º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3C6C08 is Cyan = 0.44, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.58.

Color convert

RGB 60 108 8 -
CMYK 0.44 0 0.93 0.58
HSL 88.8º 0.86% 0.23% -
HSV(B) 88.8º 0.93% 0.42% -
XYZ 7.27 11.7 2.11 -
YUV 82.25 86.1 112.13 -
System Red Green Blue C M Y K H S L
Decimal 60 108 8 0.44 0 0.93 0.58 88.8 0.86 0.23
Hex 3C 6C 8 2C 0 5D 3A 59 56 17
Octal 74 154 10 54 0 135 72 131 126 27
Binary 111100 1101100 1000 101100 0 1011101 111010 1011001 1010110 10111

Color Harmonies of #3C6C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6C08

Black with #3C6C08

Text Example


Text Example

White with #3C6C08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,108,8); }

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

background-color css

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

 a { background-color: rgb(60,108,8); }

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

border-color css

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

 span { border-color: rgb(60,108,8); }

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