#465908

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

Shades of Verdun Green #465908

Tints of Verdun Green #465908

Color information

#465908 (or 0x465908) is unknown color: approx Verdun Green. HEX triplet: 46, 59 and 08. RGB value is (70,89,8). Sum of RGB (Red+Green+Blue) = 70+89+8=167 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.92% from 167); Green value is 89 (35.16% from 255 or 53.29% from 167); Blue value is 8 (3.52% from 255 or 4.79% from 167); Max value from RGB is 89 - color contains mainly: green. Hex color #465908 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465908 is #B9A6F7. Grayscale: #4A4A4A. Windows color (decimal): -12166904 or 547142. OLE color: 547142.

HSL color Cylindrical-coordinate representation of color #465908: hue angle of 74.07º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #465908 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.65.

Color convert

RGB70898-
CMYK0.2100.910.65
HSL74.07º83.51%19.02%-
HSV(B)74.07º91.01%34.9%-
XYZ6.148.461.54-
YUV74.0990.71125.09-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.92%
GREEN value IS 89 (35.16% from 255) = 53.29%
BLUE value IS 8 (3.52% from 255) = 4.79%
R=41.92%
G=53.29%
B=4.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal708980.2100.910.6574.0783.5119.02
Hex465981505B414a5413
Octal1061311025013310111212423
Binary100011010110011000101010101101110000011001010101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465908; }

 p { color: rgb(70,89,8); }

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

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

 a { background-color: rgb(70,89,8); }

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

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

 span { border-color: rgb(70,89,8); }

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