#465A08

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

Shades of Verdun Green #465A08

Tints of Verdun Green #465A08

Color information

#465A08 (or 0x465A08) is unknown color: approx Verdun Green. HEX triplet: 46, 5A and 08. RGB value is (70,90,8). Sum of RGB (Red+Green+Blue) = 70+90+8=168 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.67% from 168); Green value is 90 (35.55% from 255 or 53.57% from 168); Blue value is 8 (3.52% from 255 or 4.76% from 168); Max value from RGB is 90 - color contains mainly: green. Hex color #465A08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465A08 is #B9A5F7. Grayscale: #4A4A4A. Windows color (decimal): -12166648 or 547398. OLE color: 547398.

HSL color Cylindrical-coordinate representation of color #465A08: hue angle of 74.63º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #465A08 is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.65.

Color convert

RGB70908-
CMYK0.2200.910.65
HSL74.63º83.67%19.22%-
HSV(B)74.63º91.11%35.29%-
XYZ6.238.631.57-
YUV74.6790.37124.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.67%
GREEN value IS 90 (35.55% from 255) = 53.57%
BLUE value IS 8 (3.52% from 255) = 4.76%
R=41.67%
G=53.57%
B=4.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal709080.2200.910.6574.6383.6719.22
Hex465A81605B414b5413
Octal1061321026013310111312423
Binary100011010110101000101100101101110000011001011101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465A08; }

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

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

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

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

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

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

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

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