#3F4A0D

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

Shades of Verdun Green #3F4A0D

Tints of Verdun Green #3F4A0D

Color information

#3F4A0D (or 0x3F4A0D) is unknown color: approx Verdun Green. HEX triplet: 3F, 4A and 0D. RGB value is (63,74,13). Sum of RGB (Red+Green+Blue) = 63+74+13=150 (19% of max value = 765). Red value is 63 (25% from 255 or 42% from 150); Green value is 74 (29.30% from 255 or 49.33% from 150); Blue value is 13 (5.47% from 255 or 8.67% from 150); Max value from RGB is 74 - color contains mainly: green. Hex color #3F4A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4A0D is #C0B5F2. Grayscale: #3F3F3F. Windows color (decimal): -12629491 or 870975. OLE color: 870975.

HSL color Cylindrical-coordinate representation of color #3F4A0D: hue angle of 70.82º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3F4A0D is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.71.

Color convert

RGB637413-
CMYK0.1500.820.71
HSL70.82º70.11%17.06%-
HSV(B)70.82º82.43%29.02%-
XYZ4.575.981.29-
YUV63.7699.36127.46-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 42%
GREEN value IS 74 (29.30% from 255) = 49.33%
BLUE value IS 13 (5.47% from 255) = 8.67%
R=42%
G=49.33%
B=8.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6374130.1500.820.7170.8270.1117.06
Hex3F4ADF05247474611
Octal771121517012210710710621
Binary1111111001010110111110101001010001111000111100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,74,13); }

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

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

 a { background-color: rgb(63,74,13); }

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

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

 span { border-color: rgb(63,74,13); }

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