#465F0F

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

Shades of Verdun Green #465F0F

Tints of Verdun Green #465F0F

Color information

#465F0F (or 0x465F0F) is unknown color: approx Verdun Green. HEX triplet: 46, 5F and 0F. RGB value is (70,95,15). Sum of RGB (Red+Green+Blue) = 70+95+15=180 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.89% from 180); Green value is 95 (37.5% from 255 or 52.78% from 180); Blue value is 15 (6.25% from 255 or 8.33% from 180); Max value from RGB is 95 - color contains mainly: green. Hex color #465F0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465F0F is #B9A0F0. Grayscale: #4E4E4E. Windows color (decimal): -12165361 or 1007430. OLE color: 1007430.

HSL color Cylindrical-coordinate representation of color #465F0F: hue angle of 78.75º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #465F0F is Cyan = 0.26, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.63.

Color convert

RGB709515-
CMYK0.2600.840.63
HSL78.75º72.73%21.57%-
HSV(B)78.75º84.21%37.25%-
XYZ6.79.521.94-
YUV78.492.22122-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.89%
GREEN value IS 95 (37.5% from 255) = 52.78%
BLUE value IS 15 (6.25% from 255) = 8.33%
R=38.89%
G=52.78%
B=8.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7095150.2600.840.6378.7572.7321.57
Hex465FF1A0543F4f4916
Octal106137173201247711711126
Binary10001101011111111111010010101001111111001111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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