#3F530C

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

Shades of Verdun Green #3F530C

Tints of Verdun Green #3F530C

Color information

#3F530C (or 0x3F530C) is unknown color: approx Verdun Green. HEX triplet: 3F, 53 and 0C. RGB value is (63,83,12). Sum of RGB (Red+Green+Blue) = 63+83+12=158 (20% of max value = 765). Red value is 63 (25% from 255 or 39.87% from 158); Green value is 83 (32.81% from 255 or 52.53% from 158); Blue value is 12 (5.08% from 255 or 7.59% from 158); Max value from RGB is 83 - color contains mainly: green. Hex color #3F530C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F530C is #C0ACF3. Grayscale: #454545. Windows color (decimal): -12627188 or 807743. OLE color: 807743.

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

Color convert

RGB638312-
CMYK0.2400.860.67
HSL76.9º74.74%18.63%-
HSV(B)76.9º85.54%32.55%-
XYZ5.217.271.48-
YUV68.9395.87123.77-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 39.87%
GREEN value IS 83 (32.81% from 255) = 52.53%
BLUE value IS 12 (5.08% from 255) = 7.59%
R=39.87%
G=52.53%
B=7.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6383120.2400.860.6776.974.7418.63
Hex3F53C18056434d4b13
Octal771231430012610311511323
Binary11111110100111100110000101011010000111001101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F530C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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