#3F550C

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

Shades of Verdun Green #3F550C

Tints of Verdun Green #3F550C

Color information

#3F550C (or 0x3F550C) is unknown color: approx Verdun Green. HEX triplet: 3F, 55 and 0C. RGB value is (63,85,12). Sum of RGB (Red+Green+Blue) = 63+85+12=160 (21% of max value = 765). Red value is 63 (25% from 255 or 39.38% from 160); Green value is 85 (33.59% from 255 or 53.12% from 160); Blue value is 12 (5.08% from 255 or 7.5% from 160); Max value from RGB is 85 - color contains mainly: green. Hex color #3F550C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F550C is #C0AAF3. Grayscale: #464646. Windows color (decimal): -12626676 or 808255. OLE color: 808255.

HSL color Cylindrical-coordinate representation of color #3F550C: hue angle of 78.08º 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 #3F550C is Cyan = 0.26, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB638512-
CMYK0.2600.860.67
HSL78.08º75.26%19.02%-
HSV(B)78.08º85.88%33.33%-
XYZ5.367.581.53-
YUV70.195.21122.94-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 39.38%
GREEN value IS 85 (33.59% from 255) = 53.12%
BLUE value IS 12 (5.08% from 255) = 7.5%
R=39.38%
G=53.12%
B=7.5%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6385120.2600.860.6778.0875.2619.02
Hex3F55C1A056434e4b13
Octal771251432012610311611323
Binary11111110101011100110100101011010000111001110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F550C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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