#3F6F03

Color #3F6F03 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #3F6F03

Tints of Verdun Green #3F6F03

Color information

#3F6F03 (or 0x3F6F03) is unknown color: approx 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

RGB631113-
CMYK0.4300.970.56
HSL86.67º94.74%22.35%-
HSV(B)86.67º97.3%43.53%-
XYZ7.7512.432.08-
YUV84.3482.1112.78-

RGB Variations

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

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 (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6311130.4300.970.5686.6794.7422.35
Hex3F6F32B06138575f16
Octal7715735301417012713726
Binary111111110111111101011011000011110001010111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>