#3F5504

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

Shades of Verdun Green #3F5504

Tints of Verdun Green #3F5504

Color information

#3F5504 (or 0x3F5504) is unknown color: approx Verdun Green. HEX triplet: 3F, 55 and 04. RGB value is (63,85,4). Sum of RGB (Red+Green+Blue) = 63+85+4=152 (20% of max value = 765). Red value is 63 (25% from 255 or 41.45% from 152); Green value is 85 (33.59% from 255 or 55.92% from 152); Blue value is 4 (1.95% from 255 or 2.63% from 152); Max value from RGB is 85 - color contains mainly: green. Hex color #3F5504 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F5504 is #C0AAFB. Grayscale: #454545. Windows color (decimal): -12626684 or 283967. OLE color: 283967.

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

Color convert

RGB63854-
CMYK0.2600.950.67
HSL76.3º91.01%17.45%-
HSV(B)76.3º95.29%33.33%-
XYZ5.327.561.29-
YUV69.1991.21123.59-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 41.45%
GREEN value IS 85 (33.59% from 255) = 55.92%
BLUE value IS 4 (1.95% from 255) = 2.63%
R=41.45%
G=55.92%
B=2.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal638540.2600.950.6776.391.0117.45
Hex3F5541A05F434c5b11
Octal77125432013710311413321
Binary1111111010101100110100101111110000111001100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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