#465A0F

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

Shades of Verdun Green #465A0F

Tints of Verdun Green #465A0F

Color information

#465A0F (or 0x465A0F) is unknown color: approx Verdun Green. HEX triplet: 46, 5A and 0F. RGB value is (70,90,15). Sum of RGB (Red+Green+Blue) = 70+90+15=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 90 (35.55% from 255 or 51.43% from 175); Blue value is 15 (6.25% from 255 or 8.57% from 175); Max value from RGB is 90 - color contains mainly: green. Hex color #465A0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465A0F is #B9A5F0. Grayscale: #4B4B4B. Windows color (decimal): -12166641 or 1006150. OLE color: 1006150.

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

Color convert

RGB709015-
CMYK0.2200.830.65
HSL76º71.43%20.59%-
HSV(B)76º83.33%35.29%-
XYZ6.278.651.79-
YUV75.4793.87124.1-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40%
GREEN value IS 90 (35.55% from 255) = 51.43%
BLUE value IS 15 (6.25% from 255) = 8.57%
R=40%
G=51.43%
B=8.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7090150.2200.830.657671.4320.59
Hex465AF16053414c4715
Octal1061321726012310111410725
Binary100011010110101111101100101001110000011001100100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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