#466902

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

Shades of Verdun Green #466902

Tints of Verdun Green #466902

Color information

#466902 (or 0x466902) is unknown color: approx Verdun Green. HEX triplet: 46, 69 and 02. RGB value is (70,105,2). Sum of RGB (Red+Green+Blue) = 70+105+2=177 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.55% from 177); Green value is 105 (41.41% from 255 or 59.32% from 177); Blue value is 2 (1.17% from 255 or 1.13% from 177); Max value from RGB is 105 - color contains mainly: green. Hex color #466902 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466902 is #B996FD. Grayscale: #535353. Windows color (decimal): -12162814 or 158022. OLE color: 158022.

HSL color Cylindrical-coordinate representation of color #466902: hue angle of 80.39º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #466902 is Cyan = 0.33, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.59.

Color convert

RGB701052-
CMYK0.3300.980.59
HSL80.39º96.26%20.98%-
HSV(B)80.39º98.1%41.18%-
XYZ7.5911.411.86-
YUV82.7982.4118.88-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 39.55%
GREEN value IS 105 (41.41% from 255) = 59.32%
BLUE value IS 2 (1.17% from 255) = 1.13%
R=39.55%
G=59.32%
B=1.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7010520.3300.980.5980.3996.2620.98
Hex46692210623B506015
Octal10615124101427312014025
Binary1000110110100110100001011000101110111010000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466902; }

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

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

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

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

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

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

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

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