#465D02

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

Shades of Verdun Green #465D02

Tints of Verdun Green #465D02

Color information

#465D02 (or 0x465D02) is unknown color: approx Verdun Green. HEX triplet: 46, 5D and 02. RGB value is (70,93,2). Sum of RGB (Red+Green+Blue) = 70+93+2=165 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.42% from 165); Green value is 93 (36.72% from 255 or 56.36% from 165); Blue value is 2 (1.17% from 255 or 1.21% from 165); Max value from RGB is 93 - color contains mainly: green. Hex color #465D02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465D02 is #B9A2FD. Grayscale: #4C4C4C. Windows color (decimal): -12165886 or 154950. OLE color: 154950.

HSL color Cylindrical-coordinate representation of color #465D02: hue angle of 75.16º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #465D02 is Cyan = 0.25, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.64.

Color convert

RGB70932-
CMYK0.2500.980.64
HSL75.16º95.79%18.63%-
HSV(B)75.16º97.85%36.47%-
XYZ6.459.141.48-
YUV75.7586.38123.9-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.42%
GREEN value IS 93 (36.72% from 255) = 56.36%
BLUE value IS 2 (1.17% from 255) = 1.21%
R=42.42%
G=56.36%
B=1.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal709320.2500.980.6475.1695.7918.63
Hex465D219062404b6013
Octal106135231014210011314023
Binary1000110101110110110010110001010000001001011110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,93,2); }

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

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

 a { background-color: rgb(70,93,2); }

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

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

 span { border-color: rgb(70,93,2); }

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