#3F5501

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

Shades of Verdun Green #3F5501

Tints of Verdun Green #3F5501

Color information

#3F5501 (or 0x3F5501) is unknown color: approx Verdun Green. HEX triplet: 3F, 55 and 01. RGB value is (63,85,1). Sum of RGB (Red+Green+Blue) = 63+85+1=149 (19% of max value = 765). Red value is 63 (25% from 255 or 42.28% from 149); Green value is 85 (33.59% from 255 or 57.05% from 149); Blue value is 1 (0.78% from 255 or 0.67% from 149); Max value from RGB is 85 - color contains mainly: green. Hex color #3F5501 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F5501 is #C0AAFE. Grayscale: #454545. Windows color (decimal): -12626687 or 87359. OLE color: 87359.

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

Color convert

RGB63851-
CMYK0.2600.990.67
HSL75.71º97.67%16.86%-
HSV(B)75.71º98.82%33.33%-
XYZ5.37.561.21-
YUV68.8589.71123.83-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 42.28%
GREEN value IS 85 (33.59% from 255) = 57.05%
BLUE value IS 1 (0.78% from 255) = 0.67%
R=42.28%
G=57.05%
B=0.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal638510.2600.990.6775.7197.6716.86
Hex3F5511A063434c6211
Octal77125132014310311414221
Binary11111110101011110100110001110000111001100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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