#465A06

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

Shades of Verdun Green #465A06

Tints of Verdun Green #465A06

Color information

#465A06 (or 0x465A06) is unknown color: approx Verdun Green. HEX triplet: 46, 5A and 06. RGB value is (70,90,6). Sum of RGB (Red+Green+Blue) = 70+90+6=166 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.17% from 166); Green value is 90 (35.55% from 255 or 54.22% from 166); Blue value is 6 (2.73% from 255 or 3.61% from 166); Max value from RGB is 90 - color contains mainly: green. Hex color #465A06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465A06 is #B9A5F9. Grayscale: #4A4A4A. Windows color (decimal): -12166650 or 416326. OLE color: 416326.

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

Color convert

RGB70906-
CMYK0.2200.930.65
HSL74.29º87.5%18.82%-
HSV(B)74.29º93.33%35.29%-
XYZ6.218.631.51-
YUV74.4489.37124.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.17%
GREEN value IS 90 (35.55% from 255) = 54.22%
BLUE value IS 6 (2.73% from 255) = 3.61%
R=42.17%
G=54.22%
B=3.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal709060.2200.930.6574.2987.518.82
Hex465A61605D414a5813
Octal106132626013510111213023
Binary10001101011010110101100101110110000011001010101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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