#465E01

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

Shades of Verdun Green #465E01

Tints of Verdun Green #465E01

Color information

#465E01 (or 0x465E01) is unknown color: approx Verdun Green. HEX triplet: 46, 5E and 01. RGB value is (70,94,1). Sum of RGB (Red+Green+Blue) = 70+94+1=165 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.42% from 165); Green value is 94 (37.11% from 255 or 56.97% from 165); Blue value is 1 (0.78% from 255 or 0.61% from 165); Max value from RGB is 94 - color contains mainly: green. Hex color #465E01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465E01 is #B9A1FE. Grayscale: #4C4C4C. Windows color (decimal): -12165631 or 89670. OLE color: 89670.

HSL color Cylindrical-coordinate representation of color #465E01: hue angle of 75.48º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #465E01 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.63.

Color convert

RGB70941-
CMYK0.2600.990.63
HSL75.48º97.89%18.63%-
HSV(B)75.48º98.94%36.86%-
XYZ6.539.311.48-
YUV76.2285.55123.56-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.42%
GREEN value IS 94 (37.11% from 255) = 56.97%
BLUE value IS 1 (0.78% from 255) = 0.61%
R=42.42%
G=56.97%
B=0.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal709410.2600.990.6375.4897.8918.63
Hex465E11A0633F4b6213
Octal10613613201437711314223
Binary10001101011110111010011000111111111001011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,94,1); }

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

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

 a { background-color: rgb(70,94,1); }

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

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

 span { border-color: rgb(70,94,1); }

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