#465801

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

Shades of Verdun Green #465801

Tints of Verdun Green #465801

Color information

#465801 (or 0x465801) is unknown color: approx Verdun Green. HEX triplet: 46, 58 and 01. RGB value is (70,88,1). Sum of RGB (Red+Green+Blue) = 70+88+1=159 (21% of max value = 765). Red value is 70 (27.73% from 255 or 44.03% from 159); Green value is 88 (34.77% from 255 or 55.35% from 159); Blue value is 1 (0.78% from 255 or 0.63% from 159); Max value from RGB is 88 - color contains mainly: green. Hex color #465801 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465801 is #B9A7FE. Grayscale: #494949. Windows color (decimal): -12167167 or 88134. OLE color: 88134.

HSL color Cylindrical-coordinate representation of color #465801: hue angle of 72.41º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #465801 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB70881-
CMYK0.2000.990.65
HSL72.41º97.75%17.45%-
HSV(B)72.41º98.86%34.51%-
XYZ6.028.281.31-
YUV72.787.54126.07-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.03%
GREEN value IS 88 (34.77% from 255) = 55.35%
BLUE value IS 1 (0.78% from 255) = 0.63%
R=44.03%
G=55.35%
B=0.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal708810.2000.990.6572.4197.7517.45
Hex465811406341486211
Octal106130124014310111014221
Binary100011010110001101000110001110000011001000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465801; }

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

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

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

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

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

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

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

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