#3F531B

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

Shades of Verdun Green #3F531B

Tints of Verdun Green #3F531B

Color information

#3F531B (or 0x3F531B) is unknown color: approx Verdun Green. HEX triplet: 3F, 53 and 1B. RGB value is (63,83,27). Sum of RGB (Red+Green+Blue) = 63+83+27=173 (22% of max value = 765). Red value is 63 (25% from 255 or 36.42% from 173); Green value is 83 (32.81% from 255 or 47.98% from 173); Blue value is 27 (10.94% from 255 or 15.61% from 173); Max value from RGB is 83 - color contains mainly: green. Hex color #3F531B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F531B is #C0ACE4. Grayscale: #464646. Windows color (decimal): -12627173 or 1790783. OLE color: 1790783.

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

Color convert

RGB638327-
CMYK0.2400.670.67
HSL81.43º50.91%21.57%-
HSV(B)81.43º67.47%32.55%-
XYZ5.347.322.17-
YUV70.64103.37122.55-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 36.42%
GREEN value IS 83 (32.81% from 255) = 47.98%
BLUE value IS 27 (10.94% from 255) = 15.61%
R=36.42%
G=47.98%
B=15.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6383270.2400.670.6781.4350.9121.57
Hex3F531B1804343513316
Octal77123333001031031216326
Binary11111110100111101111000010000111000011101000111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F531B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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