#3F5505

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

Shades of Verdun Green #3F5505

Tints of Verdun Green #3F5505

Color information

#3F5505 (or 0x3F5505) is unknown color: approx Verdun Green. HEX triplet: 3F, 55 and 05. RGB value is (63,85,5). Sum of RGB (Red+Green+Blue) = 63+85+5=153 (20% of max value = 765). Red value is 63 (25% from 255 or 41.18% from 153); Green value is 85 (33.59% from 255 or 55.56% from 153); Blue value is 5 (2.34% from 255 or 3.27% from 153); Max value from RGB is 85 - color contains mainly: green. Hex color #3F5505 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F5505 is #C0AAFA. Grayscale: #454545. Windows color (decimal): -12626683 or 349503. OLE color: 349503.

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

Color convert

RGB63855-
CMYK0.2600.940.67
HSL76.5º88.89%17.65%-
HSV(B)76.5º94.12%33.33%-
XYZ5.337.561.32-
YUV69.391.71123.5-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 41.18%
GREEN value IS 85 (33.59% from 255) = 55.56%
BLUE value IS 5 (2.34% from 255) = 3.27%
R=41.18%
G=55.56%
B=3.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal638550.2600.940.6776.588.8917.65
Hex3F5551A05E434c5912
Octal77125532013610311413122
Binary1111111010101101110100101111010000111001100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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