#465A10

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

Shades of Verdun Green #465A10

Tints of Verdun Green #465A10

Color information

#465A10 (or 0x465A10) is unknown color: approx Verdun Green. HEX triplet: 46, 5A and 10. RGB value is (70,90,16). Sum of RGB (Red+Green+Blue) = 70+90+16=176 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.77% from 176); Green value is 90 (35.55% from 255 or 51.14% from 176); Blue value is 16 (6.64% from 255 or 9.09% from 176); Max value from RGB is 90 - color contains mainly: green. Hex color #465A10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465A10 is #B9A5EF. Grayscale: #4B4B4B. Windows color (decimal): -12166640 or 1071686. OLE color: 1071686.

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

Color convert

RGB709016-
CMYK0.2200.820.65
HSL76.22º69.81%20.78%-
HSV(B)76.22º82.22%35.29%-
XYZ6.288.651.83-
YUV75.5894.37124.02-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 39.77%
GREEN value IS 90 (35.55% from 255) = 51.14%
BLUE value IS 16 (6.64% from 255) = 9.09%
R=39.77%
G=51.14%
B=9.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7090160.2200.820.6576.2269.8120.78
Hex465A1016052414c4615
Octal1061322026012210111410625
Binary1000110101101010000101100101001010000011001100100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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