Html Css Color HEX #3F6A03 Verdun Green

📋 copy color: '#3F6A03'

red 63 ◦ green 106 ◦ blue 3

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

Shades of Verdun Green #3F6A03

Tints of Verdun Green #3F6A03

RGB

 RED value IS 63 (25% from 255) = 36.63%

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

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

R = 36.63%
G = 61.63%
B = 1.74%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.97

 K value IS 0.58

RGB Variations

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

Color information

#3F6A03 (or 0x3F6A03) is known color: Verdun Green. HEX triplet: 3F, 6A and 03. RGB value is (63,106,3). Sum of RGB (Red+Green+Blue) = 63+106+3=172 (22% of max value = 765). Red value is 63 (25% from 255 or 36.63% from 172); Green value is 106 (41.80% from 255 or 61.63% from 172); Blue value is 3 (1.56% from 255 or 1.74% from 172); Max value from RGB is 106 - color contains mainly: green. Hex color #3F6A03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F6A03 is #C095FC. Grayscale: #515151. Windows color (decimal): -12621309 or 223807. OLE color: 223807.

HSL color Cylindrical-coordinate representation of color #3F6A03: hue angle of 85.05º 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 #3F6A03 is Cyan = 0.41, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.58.

Color convert

RGB 63 106 3 -
CMYK 0.41 0 0.97 0.58
HSL 85.05º 0.94% 0.21% -
HSV(B) 85.05º 0.97% 0.42% -
XYZ 7.22 11.37 1.9 -
YUV 81.4 83.75 114.88 -
System Red Green Blue C M Y K H S L
Decimal 63 106 3 0.41 0 0.97 0.58 85.05 0.94 0.21
Hex 3F 6A 3 29 0 61 3A 55 5E 15
Octal 77 152 3 51 0 141 72 125 136 25
Binary 111111 1101010 11 101001 0 1100001 111010 1010101 1011110 10101

Color Harmonies of #3F6A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6A03

Black with #3F6A03

Text Example


Text Example

White with #3F6A03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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