#3F5305

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

Shades of Verdun Green #3F5305

Tints of Verdun Green #3F5305

Color information

#3F5305 (or 0x3F5305) is unknown color: approx Verdun Green. HEX triplet: 3F, 53 and 05. RGB value is (63,83,5). Sum of RGB (Red+Green+Blue) = 63+83+5=151 (20% of max value = 765). Red value is 63 (25% from 255 or 41.72% from 151); Green value is 83 (32.81% from 255 or 54.97% from 151); Blue value is 5 (2.34% from 255 or 3.31% from 151); Max value from RGB is 83 - color contains mainly: green. Hex color #3F5305 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F5305 is #C0ACFA. Grayscale: #444444. Windows color (decimal): -12627195 or 348991. OLE color: 348991.

HSL color Cylindrical-coordinate representation of color #3F5305: hue angle of 75.38º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3F5305 is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.67.

Color convert

RGB63835-
CMYK0.2400.940.67
HSL75.38º88.64%17.25%-
HSV(B)75.38º93.98%32.55%-
XYZ5.177.251.27-
YUV68.1392.37124.34-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 41.72%
GREEN value IS 83 (32.81% from 255) = 54.97%
BLUE value IS 5 (2.34% from 255) = 3.31%
R=41.72%
G=54.97%
B=3.31%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal638350.2400.940.6775.3888.6417.25
Hex3F5351805E434b5911
Octal77123530013610311313121
Binary1111111010011101110000101111010000111001011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,83,5); }

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

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

 a { background-color: rgb(63,83,5); }

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

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

 span { border-color: rgb(63,83,5); }

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