#3F600F

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

Shades of Verdun Green #3F600F

Tints of Verdun Green #3F600F

Color information

#3F600F (or 0x3F600F) is unknown color: approx Verdun Green. HEX triplet: 3F, 60 and 0F. RGB value is (63,96,15). Sum of RGB (Red+Green+Blue) = 63+96+15=174 (23% of max value = 765). Red value is 63 (25% from 255 or 36.21% from 174); Green value is 96 (37.89% from 255 or 55.17% from 174); Blue value is 15 (6.25% from 255 or 8.62% from 174); Max value from RGB is 96 - color contains mainly: green. Hex color #3F600F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F600F is #C09FF0. Grayscale: #4D4D4D. Windows color (decimal): -12623857 or 1007679. OLE color: 1007679.

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

Color convert

RGB639615-
CMYK0.3400.840.62
HSL84.44º72.97%21.76%-
HSV(B)84.44º84.38%37.65%-
XYZ6.329.461.94-
YUV76.993.07118.09-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 36.21%
GREEN value IS 96 (37.89% from 255) = 55.17%
BLUE value IS 15 (6.25% from 255) = 8.62%
R=36.21%
G=55.17%
B=8.62%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6396150.3400.840.6284.4472.9721.76
Hex3F60F220543E544916
Octal77140174201247612411126
Binary11111111000001111100010010101001111101010100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F600F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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