#3F6702

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

Shades of Verdun Green #3F6702

Tints of Verdun Green #3F6702

Color information

#3F6702 (or 0x3F6702) is unknown color: approx Verdun Green. HEX triplet: 3F, 67 and 02. RGB value is (63,103,2). Sum of RGB (Red+Green+Blue) = 63+103+2=168 (22% of max value = 765). Red value is 63 (25% from 255 or 37.5% from 168); Green value is 103 (40.62% from 255 or 61.31% from 168); Blue value is 2 (1.17% from 255 or 1.19% from 168); Max value from RGB is 103 - color contains mainly: green. Hex color #3F6702 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F6702 is #C098FD. Grayscale: #4F4F4F. Windows color (decimal): -12622078 or 157503. OLE color: 157503.

HSL color Cylindrical-coordinate representation of color #3F6702: hue angle of 83.76º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F6702 is Cyan = 0.39, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.60.

Color convert

RGB631032-
CMYK0.3900.980.60
HSL83.76º96.19%20.59%-
HSV(B)83.76º98.06%40.39%-
XYZ6.9110.761.77-
YUV79.5384.25116.21-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 37.5%
GREEN value IS 103 (40.62% from 255) = 61.31%
BLUE value IS 2 (1.17% from 255) = 1.19%
R=37.5%
G=61.31%
B=1.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal6310320.3900.980.6083.7696.1920.59
Hex3F672270623C546015
Octal7714724701427412414025
Binary111111110011110100111011000101111001010100110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,103,2); }

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

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

 a { background-color: rgb(63,103,2); }

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

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

 span { border-color: rgb(63,103,2); }

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