#465710

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

Shades of Verdun Green #465710

Tints of Verdun Green #465710

Color information

#465710 (or 0x465710) is unknown color: approx Verdun Green. HEX triplet: 46, 57 and 10. RGB value is (70,87,16). Sum of RGB (Red+Green+Blue) = 70+87+16=173 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.46% from 173); Green value is 87 (34.38% from 255 or 50.29% from 173); Blue value is 16 (6.64% from 255 or 9.25% from 173); Max value from RGB is 87 - color contains mainly: green. Hex color #465710 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465710 is #B9A8EF. Grayscale: #4A4A4A. Windows color (decimal): -12167408 or 1070918. OLE color: 1070918.

HSL color Cylindrical-coordinate representation of color #465710: hue angle of 74.37º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #465710 is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.66.

Color convert

RGB708716-
CMYK0.2000.820.66
HSL74.37º68.93%20.2%-
HSV(B)74.37º81.61%34.12%-
XYZ6.038.161.75-
YUV73.8295.37125.27-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.46%
GREEN value IS 87 (34.38% from 255) = 50.29%
BLUE value IS 16 (6.64% from 255) = 9.25%
R=40.46%
G=50.29%
B=9.25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7087160.2000.820.6674.3768.9320.2
Hex46571014052424a4514
Octal1061272024012210211210524
Binary1000110101011110000101000101001010000101001010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465710; }

 p { color: rgb(70,87,16); }

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

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

 a { background-color: rgb(70,87,16); }

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

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

 span { border-color: rgb(70,87,16); }

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