#3F6902

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

Shades of Verdun Green #3F6902

Tints of Verdun Green #3F6902

Color information

#3F6902 (or 0x3F6902) is unknown color: approx Verdun Green. HEX triplet: 3F, 69 and 02. RGB value is (63,105,2). Sum of RGB (Red+Green+Blue) = 63+105+2=170 (22% of max value = 765). Red value is 63 (25% from 255 or 37.06% from 170); Green value is 105 (41.41% from 255 or 61.76% from 170); Blue value is 2 (1.17% from 255 or 1.18% from 170); Max value from RGB is 105 - color contains mainly: green. Hex color #3F6902 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F6902 is #C096FD. Grayscale: #515151. Windows color (decimal): -12621566 or 158015. OLE color: 158015.

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

Color convert

RGB631052-
CMYK0.400.980.59
HSL84.47º96.26%20.98%-
HSV(B)84.47º98.1%41.18%-
XYZ7.1111.161.84-
YUV80.783.59115.38-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 37.06%
GREEN value IS 105 (41.41% from 255) = 61.76%
BLUE value IS 2 (1.17% from 255) = 1.18%
R=37.06%
G=61.76%
B=1.18%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6310520.400.980.5984.4796.2620.98
Hex3F692280623B546015
Octal7715125001427312414025
Binary111111110100110101000011000101110111010100110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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