#465D0F

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

Shades of Verdun Green #465D0F

Tints of Verdun Green #465D0F

Color information

#465D0F (or 0x465D0F) is unknown color: approx Verdun Green. HEX triplet: 46, 5D and 0F. RGB value is (70,93,15). Sum of RGB (Red+Green+Blue) = 70+93+15=178 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.33% from 178); Green value is 93 (36.72% from 255 or 52.25% from 178); Blue value is 15 (6.25% from 255 or 8.43% from 178); Max value from RGB is 93 - color contains mainly: green. Hex color #465D0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465D0F is #B9A2F0. Grayscale: #4D4D4D. Windows color (decimal): -12165873 or 1006918. OLE color: 1006918.

HSL color Cylindrical-coordinate representation of color #465D0F: hue angle of 77.69º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #465D0F is Cyan = 0.25, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.64.

Color convert

RGB709315-
CMYK0.2500.840.64
HSL77.69º72.22%21.18%-
HSV(B)77.69º83.87%36.47%-
XYZ6.539.171.88-
YUV77.2392.88122.84-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 39.33%
GREEN value IS 93 (36.72% from 255) = 52.25%
BLUE value IS 15 (6.25% from 255) = 8.43%
R=39.33%
G=52.25%
B=8.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7093150.2500.840.6477.6972.2221.18
Hex465DF19054404e4815
Octal1061351731012410011611025
Binary100011010111011111110010101010010000001001110100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465D0F; }

 p { color: rgb(70,93,15); }

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

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

 a { background-color: rgb(70,93,15); }

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

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

 span { border-color: rgb(70,93,15); }

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