#465C0F

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

Shades of Verdun Green #465C0F

Tints of Verdun Green #465C0F

Color information

#465C0F (or 0x465C0F) is unknown color: approx Verdun Green. HEX triplet: 46, 5C and 0F. RGB value is (70,92,15). Sum of RGB (Red+Green+Blue) = 70+92+15=177 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.55% from 177); Green value is 92 (36.33% from 255 or 51.98% from 177); Blue value is 15 (6.25% from 255 or 8.47% from 177); Max value from RGB is 92 - color contains mainly: green. Hex color #465C0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465C0F is #B9A3F0. Grayscale: #4C4C4C. Windows color (decimal): -12166129 or 1006662. OLE color: 1006662.

HSL color Cylindrical-coordinate representation of color #465C0F: hue angle of 77.14º 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 #465C0F is Cyan = 0.24, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.64.

Color convert

RGB709215-
CMYK0.2400.840.64
HSL77.14º71.96%20.98%-
HSV(B)77.14º83.7%36.08%-
XYZ6.448.991.85-
YUV76.6493.21123.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 39.55%
GREEN value IS 92 (36.33% from 255) = 51.98%
BLUE value IS 15 (6.25% from 255) = 8.47%
R=39.55%
G=51.98%
B=8.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7092150.2400.840.6477.1471.9620.98
Hex465CF18054404d4815
Octal1061341730012410011511025
Binary100011010111001111110000101010010000001001101100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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