#465812

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

Shades of Verdun Green #465812

Tints of Verdun Green #465812

Color information

#465812 (or 0x465812) is unknown color: approx Verdun Green. HEX triplet: 46, 58 and 12. RGB value is (70,88,18). Sum of RGB (Red+Green+Blue) = 70+88+18=176 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.77% from 176); Green value is 88 (34.77% from 255 or 50% from 176); Blue value is 18 (7.42% from 255 or 10.23% from 176); Max value from RGB is 88 - color contains mainly: green. Hex color #465812 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465812 is #B9A7ED. Grayscale: #4A4A4A. Windows color (decimal): -12167150 or 1202246. OLE color: 1202246.

HSL color Cylindrical-coordinate representation of color #465812: hue angle of 75.43º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #465812 is Cyan = 0.20, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB708818-
CMYK0.2000.800.65
HSL75.43º66.04%20.78%-
HSV(B)75.43º79.55%34.51%-
XYZ6.128.331.86-
YUV74.6496.04124.69-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 39.77%
GREEN value IS 88 (34.77% from 255) = 50%
BLUE value IS 18 (7.42% from 255) = 10.23%
R=39.77%
G=50%
B=10.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7088180.2000.800.6575.4366.0420.78
Hex46581214050414b4215
Octal1061302224012010111310225
Binary1000110101100010010101000101000010000011001011100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465812; }

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

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

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

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

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

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

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

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