#465502

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

Shades of Verdun Green #465502

Tints of Verdun Green #465502

Color information

#465502 (or 0x465502) is unknown color: approx Verdun Green. HEX triplet: 46, 55 and 02. RGB value is (70,85,2). Sum of RGB (Red+Green+Blue) = 70+85+2=157 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.59% from 157); Green value is 85 (33.59% from 255 or 54.14% from 157); Blue value is 2 (1.17% from 255 or 1.27% from 157); Max value from RGB is 85 - color contains mainly: green. Hex color #465502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465502 is #B9AAFD. Grayscale: #474747. Windows color (decimal): -12167934 or 152902. OLE color: 152902.

HSL color Cylindrical-coordinate representation of color #465502: hue angle of 70.84º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #465502 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB70852-
CMYK0.1800.980.67
HSL70.84º95.4%17.06%-
HSV(B)70.84º97.65%33.33%-
XYZ5.797.81.26-
YUV71.0589.03127.25-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.59%
GREEN value IS 85 (33.59% from 255) = 54.14%
BLUE value IS 2 (1.17% from 255) = 1.27%
R=44.59%
G=54.14%
B=1.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal708520.1800.980.6770.8495.417.06
Hex465521206243475f11
Octal106125222014210310713721
Binary1000110101010110100100110001010000111000111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465502; }

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

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

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

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

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

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

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

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