#3F530F

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

Shades of Verdun Green #3F530F

Tints of Verdun Green #3F530F

Color information

#3F530F (or 0x3F530F) is unknown color: approx Verdun Green. HEX triplet: 3F, 53 and 0F. RGB value is (63,83,15). Sum of RGB (Red+Green+Blue) = 63+83+15=161 (21% of max value = 765). Red value is 63 (25% from 255 or 39.13% from 161); Green value is 83 (32.81% from 255 or 51.55% from 161); Blue value is 15 (6.25% from 255 or 9.32% from 161); Max value from RGB is 83 - color contains mainly: green. Hex color #3F530F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F530F is #C0ACF0. Grayscale: #454545. Windows color (decimal): -12627185 or 1004351. OLE color: 1004351.

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

Color convert

RGB638315-
CMYK0.2400.820.67
HSL77.65º69.39%19.22%-
HSV(B)77.65º81.93%32.55%-
XYZ5.237.281.58-
YUV69.2797.37123.53-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 39.13%
GREEN value IS 83 (32.81% from 255) = 51.55%
BLUE value IS 15 (6.25% from 255) = 9.32%
R=39.13%
G=51.55%
B=9.32%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6383150.2400.820.6777.6569.3919.22
Hex3F53F18052434e4513
Octal771231730012210311610523
Binary11111110100111111110000101001010000111001110100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F530F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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