#3F6003

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

Shades of Verdun Green #3F6003

Tints of Verdun Green #3F6003

Color information

#3F6003 (or 0x3F6003) is unknown color: approx Verdun Green. HEX triplet: 3F, 60 and 03. RGB value is (63,96,3). Sum of RGB (Red+Green+Blue) = 63+96+3=162 (21% of max value = 765). Red value is 63 (25% from 255 or 38.89% from 162); Green value is 96 (37.89% from 255 or 59.26% from 162); Blue value is 3 (1.56% from 255 or 1.85% from 162); Max value from RGB is 96 - color contains mainly: green. Hex color #3F6003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F6003 is #C09FFC. Grayscale: #4B4B4B. Windows color (decimal): -12623869 or 221247. OLE color: 221247.

HSL color Cylindrical-coordinate representation of color #3F6003: hue angle of 81.29º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F6003 is Cyan = 0.34, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.62.

Color convert

RGB63963-
CMYK0.3400.970.62
HSL81.29º93.94%19.41%-
HSV(B)81.29º96.88%37.65%-
XYZ6.259.431.58-
YUV75.5387.07119.06-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 38.89%
GREEN value IS 96 (37.89% from 255) = 59.26%
BLUE value IS 3 (1.56% from 255) = 1.85%
R=38.89%
G=59.26%
B=1.85%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal639630.3400.970.6281.2993.9419.41
Hex3F603220613E515e13
Octal7714034201417612113623
Binary111111110000011100010011000011111101010001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3F6003;
 }
 .AnyTagClassName
 {
   color: #3F6003;
 }
</style>
background-color css

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

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

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

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

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

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