Html Css Color HEX #3C6B04 Verdun Green

📋 copy color: '#3C6B04'

red 60 ◦ green 107 ◦ blue 4

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

Shades of Verdun Green #3C6B04

Tints of Verdun Green #3C6B04

RGB

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

 GREEN value IS 107 (42.19% from 255) = 62.57%

 BLUE value IS 4 (1.95% from 255) = 2.34%

R = 35.09%
G = 62.57%
B = 2.34%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.96

 K value IS 0.58

RGB Variations

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

Color information

#3C6B04 (or 0x3C6B04) is known color: Verdun Green. HEX triplet: 3C, 6B and 04. RGB value is (60,107,4). Sum of RGB (Red+Green+Blue) = 60+107+4=171 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.09% from 171); Green value is 107 (42.19% from 255 or 62.57% from 171); Blue value is 4 (1.95% from 255 or 2.34% from 171); Max value from RGB is 107 - color contains mainly: green. Hex color #3C6B04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C6B04 is #C394FB. Grayscale: #515151. Windows color (decimal): -12817660 or 289596. OLE color: 289596.

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

Color convert

RGB 60 107 4 -
CMYK 0.44 0 0.96 0.58
HSL 87.38º 0.93% 0.22% -
HSV(B) 87.38º 0.96% 0.42% -
XYZ 7.14 11.48 1.96 -
YUV 81.21 84.43 112.88 -
System Red Green Blue C M Y K H S L
Decimal 60 107 4 0.44 0 0.96 0.58 87.38 0.93 0.22
Hex 3C 6B 4 2C 0 60 3A 57 5D 16
Octal 74 153 4 54 0 140 72 127 135 26
Binary 111100 1101011 100 101100 0 1100000 111010 1010111 1011101 10110

Color Harmonies of #3C6B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6B04

Black with #3C6B04

Text Example


Text Example

White with #3C6B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,107,4); }

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

background-color css

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

 a { background-color: rgb(60,107,4); }

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

border-color css

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

 span { border-color: rgb(60,107,4); }

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