#40580F

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

Shades of Verdun Green #40580F

Tints of Verdun Green #40580F

Color information

#40580F (or 0x40580F) is unknown color: approx Verdun Green. HEX triplet: 40, 58 and 0F. RGB value is (64,88,15). Sum of RGB (Red+Green+Blue) = 64+88+15=167 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.32% from 167); Green value is 88 (34.77% from 255 or 52.69% from 167); Blue value is 15 (6.25% from 255 or 8.98% from 167); Max value from RGB is 88 - color contains mainly: green. Hex color #40580F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40580F is #BFA7F0. Grayscale: #484848. Windows color (decimal): -12560369 or 1005632. OLE color: 1005632.

HSL color Cylindrical-coordinate representation of color #40580F: hue angle of 79.73º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #40580F is Cyan = 0.27, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB648815-
CMYK0.2700.830.65
HSL79.73º70.87%20.2%-
HSV(B)79.73º82.95%34.51%-
XYZ5.698.11.72-
YUV72.595.55121.94-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.32%
GREEN value IS 88 (34.77% from 255) = 52.69%
BLUE value IS 15 (6.25% from 255) = 8.98%
R=38.32%
G=52.69%
B=8.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6488150.2700.830.6579.7370.8720.2
Hex4058F1B05341504714
Octal1001301733012310112010724
Binary100000010110001111110110101001110000011010000100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40580F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40580F; }

 p { color: rgb(64,88,15); }

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

<style>
 a { background-color: #40580F; }

 a { background-color: rgb(64,88,15); }

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

<style>
 span { border-color: #40580F; }

 span { border-color: rgb(64,88,15); }

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