#465C0B

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

Shades of Verdun Green #465C0B

Tints of Verdun Green #465C0B

Color information

#465C0B (or 0x465C0B) is unknown color: approx Verdun Green. HEX triplet: 46, 5C and 0B. RGB value is (70,92,11). Sum of RGB (Red+Green+Blue) = 70+92+11=173 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.46% from 173); Green value is 92 (36.33% from 255 or 53.18% from 173); Blue value is 11 (4.69% from 255 or 6.36% from 173); Max value from RGB is 92 - color contains mainly: green. Hex color #465C0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465C0B is #B9A3F4. Grayscale: #4C4C4C. Windows color (decimal): -12166133 or 744518. OLE color: 744518.

HSL color Cylindrical-coordinate representation of color #465C0B: hue angle of 76.3º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #465C0B is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.64.

Color convert

RGB709211-
CMYK0.2400.880.64
HSL76.3º78.64%20.2%-
HSV(B)76.3º88.04%36.08%-
XYZ6.418.981.71-
YUV76.1991.21123.59-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.46%
GREEN value IS 92 (36.33% from 255) = 53.18%
BLUE value IS 11 (4.69% from 255) = 6.36%
R=40.46%
G=53.18%
B=6.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7092110.2400.880.6476.378.6420.2
Hex465CB18058404c4f14
Octal1061341330013010011411724
Binary100011010111001011110000101100010000001001100100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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