Html Css Color HEX #3F6F03 Verdun Green

📋 copy color: '#3F6F03'

red 63 ◦ green 111 ◦ blue 3

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

Shades of Verdun Green #3F6F03

Tints of Verdun Green #3F6F03

RGB

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

 GREEN value IS 111 (43.75% from 255) = 62.71%

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

R = 35.59%
G = 62.71%
B = 1.69%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#3F6F03 (or 0x3F6F03) is known color: Verdun Green. HEX triplet: 3F, 6F and 03. RGB value is (63,111,3). Sum of RGB (Red+Green+Blue) = 63+111+3=177 (23% of max value = 765). Red value is 63 (25% from 255 or 35.59% from 177); Green value is 111 (43.75% from 255 or 62.71% from 177); Blue value is 3 (1.56% from 255 or 1.69% from 177); Max value from RGB is 111 - color contains mainly: green. Hex color #3F6F03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F6F03 is #C090FC. Grayscale: #545454. Windows color (decimal): -12620029 or 225087. OLE color: 225087.

HSL color Cylindrical-coordinate representation of color #3F6F03: hue angle of 86.67º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F6F03 is Cyan = 0.43, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.56.

Color convert

RGB 63 111 3 -
CMYK 0.43 0 0.97 0.56
HSL 86.67º 0.95% 0.22% -
HSV(B) 86.67º 0.97% 0.44% -
XYZ 7.75 12.43 2.08 -
YUV 84.34 82.1 112.78 -
System Red Green Blue C M Y K H S L
Decimal 63 111 3 0.43 0 0.97 0.56 86.67 0.95 0.22
Hex 3F 6F 3 2B 0 61 38 57 5F 16
Octal 77 157 3 53 0 141 70 127 137 26
Binary 111111 1101111 11 101011 0 1100001 111000 1010111 1011111 10110

Color Harmonies of #3F6F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6F03

Black with #3F6F03

Text Example


Text Example

White with #3F6F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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