#3F551B

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

Shades of Verdun Green #3F551B

Tints of Verdun Green #3F551B

Color information

#3F551B (or 0x3F551B) is unknown color: approx Verdun Green. HEX triplet: 3F, 55 and 1B. RGB value is (63,85,27). Sum of RGB (Red+Green+Blue) = 63+85+27=175 (23% of max value = 765). Red value is 63 (25% from 255 or 36% from 175); Green value is 85 (33.59% from 255 or 48.57% from 175); Blue value is 27 (10.94% from 255 or 15.43% from 175); Max value from RGB is 85 - color contains mainly: green. Hex color #3F551B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F551B is #C0AAE4. Grayscale: #484848. Windows color (decimal): -12626661 or 1791295. OLE color: 1791295.

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

Color convert

RGB638527-
CMYK0.2600.680.67
HSL82.76º51.79%21.96%-
HSV(B)82.76º68.24%33.33%-
XYZ5.57.632.22-
YUV71.81102.71121.72-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 36%
GREEN value IS 85 (33.59% from 255) = 48.57%
BLUE value IS 27 (10.94% from 255) = 15.43%
R=36%
G=48.57%
B=15.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6385270.2600.680.6782.7651.7921.96
Hex3F551B1A04443533416
Octal77125333201041031236426
Binary11111110101011101111010010001001000011101001111010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F551B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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