#3F551A

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

Shades of Verdun Green #3F551A

Tints of Verdun Green #3F551A

Color information

#3F551A (or 0x3F551A) is unknown color: approx Verdun Green. HEX triplet: 3F, 55 and 1A. RGB value is (63,85,26). Sum of RGB (Red+Green+Blue) = 63+85+26=174 (23% of max value = 765). Red value is 63 (25% from 255 or 36.21% from 174); Green value is 85 (33.59% from 255 or 48.85% from 174); Blue value is 26 (10.55% from 255 or 14.94% from 174); Max value from RGB is 85 - color contains mainly: green. Hex color #3F551A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F551A is #C0AAE5. Grayscale: #474747. Windows color (decimal): -12626662 or 1725759. OLE color: 1725759.

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

Color convert

RGB638526-
CMYK0.2600.690.67
HSL82.37º53.15%21.76%-
HSV(B)82.37º69.41%33.33%-
XYZ5.487.632.16-
YUV71.7102.21121.8-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 36.21%
GREEN value IS 85 (33.59% from 255) = 48.85%
BLUE value IS 26 (10.55% from 255) = 14.94%
R=36.21%
G=48.85%
B=14.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6385260.2600.690.6782.3753.1521.76
Hex3F551A1A04543523516
Octal77125323201051031226526
Binary11111110101011101011010010001011000011101001011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F551A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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