#467008

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

Shades of Verdun Green #467008

Tints of Verdun Green #467008

Color information

#467008 (or 0x467008) is unknown color: approx Verdun Green. HEX triplet: 46, 70 and 08. RGB value is (70,112,8). Sum of RGB (Red+Green+Blue) = 70+112+8=190 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.84% from 190); Green value is 112 (44.14% from 255 or 58.95% from 190); Blue value is 8 (3.52% from 255 or 4.21% from 190); Max value from RGB is 112 - color contains mainly: green. Hex color #467008 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467008 is #B98FF7. Grayscale: #575757. Windows color (decimal): -12161016 or 553030. OLE color: 553030.

HSL color Cylindrical-coordinate representation of color #467008: hue angle of 84.23º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #467008 is Cyan = 0.38, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB701128-
CMYK0.3800.930.56
HSL84.23º86.67%23.53%-
HSV(B)84.23º92.86%43.92%-
XYZ8.3612.912.28-
YUV87.5983.09115.46-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.84%
GREEN value IS 112 (44.14% from 255) = 58.95%
BLUE value IS 8 (3.52% from 255) = 4.21%
R=36.84%
G=58.95%
B=4.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7011280.3800.930.5684.2386.6723.53
Hex467082605D38545718
Octal106160104601357012412730
Binary100011011100001000100110010111011110001010100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467008; }

 p { color: rgb(70,112,8); }

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

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

 a { background-color: rgb(70,112,8); }

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

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

 span { border-color: rgb(70,112,8); }

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