Html Css Color HEX #3C6A03 Verdun Green

📋 copy color: '#3C6A03'

red 60 ◦ green 106 ◦ blue 3

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

Shades of Verdun Green #3C6A03

Tints of Verdun Green #3C6A03

RGB

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

 GREEN value IS 106 (41.8% from 255) = 62.72%

 BLUE value IS 3 (1.56% from 255) = 1.78%

R = 35.5%
G = 62.72%
B = 1.78%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.97

 K value IS 0.58

RGB Variations

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

Color information

#3C6A03 (or 0x3C6A03) is known color: Verdun Green. HEX triplet: 3C, 6A and 03. RGB value is (60,106,3). Sum of RGB (Red+Green+Blue) = 60+106+3=169 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.50% from 169); Green value is 106 (41.80% from 255 or 62.72% from 169); Blue value is 3 (1.56% from 255 or 1.78% from 169); Max value from RGB is 106 - color contains mainly: green. Hex color #3C6A03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C6A03 is #C395FC. Grayscale: #505050. Windows color (decimal): -12817917 or 223804. OLE color: 223804.

HSL color Cylindrical-coordinate representation of color #3C6A03: hue angle of 86.8º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C6A03 is Cyan = 0.43, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.58.

Color convert

RGB 60 106 3 -
CMYK 0.43 0 0.97 0.58
HSL 86.8º 0.94% 0.21% -
HSV(B) 86.8º 0.97% 0.42% -
XYZ 7.03 11.28 1.89 -
YUV 80.5 84.26 113.38 -
System Red Green Blue C M Y K H S L
Decimal 60 106 3 0.43 0 0.97 0.58 86.8 0.94 0.21
Hex 3C 6A 3 2B 0 61 3A 57 5E 15
Octal 74 152 3 53 0 141 72 127 136 25
Binary 111100 1101010 11 101011 0 1100001 111010 1010111 1011110 10101

Color Harmonies of #3C6A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6A03

Black with #3C6A03

Text Example


Text Example

White with #3C6A03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,106,3); }

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

background-color css

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

 a { background-color: rgb(60,106,3); }

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

border-color css

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

 span { border-color: rgb(60,106,3); }

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