#3F580B

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

Shades of Verdun Green #3F580B

Tints of Verdun Green #3F580B

Color information

#3F580B (or 0x3F580B) is unknown color: approx Verdun Green. HEX triplet: 3F, 58 and 0B. RGB value is (63,88,11). Sum of RGB (Red+Green+Blue) = 63+88+11=162 (21% of max value = 765). Red value is 63 (25% from 255 or 38.89% from 162); Green value is 88 (34.77% from 255 or 54.32% from 162); Blue value is 11 (4.69% from 255 or 6.79% from 162); Max value from RGB is 88 - color contains mainly: green. Hex color #3F580B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F580B is #C0A7F4. Grayscale: #484848. Windows color (decimal): -12625909 or 743487. OLE color: 743487.

HSL color Cylindrical-coordinate representation of color #3F580B: hue angle of 79.48º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3F580B is Cyan = 0.28, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.65.

Color convert

RGB638811-
CMYK0.2800.880.65
HSL79.48º77.78%19.41%-
HSV(B)79.48º87.5%34.51%-
XYZ5.68.061.58-
YUV71.7593.72121.76-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 38.89%
GREEN value IS 88 (34.77% from 255) = 54.32%
BLUE value IS 11 (4.69% from 255) = 6.79%
R=38.89%
G=54.32%
B=6.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6388110.2800.880.6579.4877.7819.41
Hex3F58B1C058414f4e13
Octal771301334013010111711623
Binary11111110110001011111000101100010000011001111100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F580B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,88,11); }

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

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

 a { background-color: rgb(63,88,11); }

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

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

 span { border-color: rgb(63,88,11); }

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