#465313

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

Shades of Verdun Green #465313

Tints of Verdun Green #465313

Color information

#465313 (or 0x465313) is unknown color: approx Verdun Green. HEX triplet: 46, 53 and 13. RGB value is (70,83,19). Sum of RGB (Red+Green+Blue) = 70+83+19=172 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.70% from 172); Green value is 83 (32.81% from 255 or 48.26% from 172); Blue value is 19 (7.81% from 255 or 11.05% from 172); Max value from RGB is 83 - color contains mainly: green. Hex color #465313 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465313 is #B9ACEC. Grayscale: #484848. Windows color (decimal): -12168429 or 1266502. OLE color: 1266502.

HSL color Cylindrical-coordinate representation of color #465313: hue angle of 72.19º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #465313 is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB708319-
CMYK0.1600.770.67
HSL72.19º62.75%20%-
HSV(B)72.19º77.11%32.55%-
XYZ5.747.541.77-
YUV71.8298.19126.7-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.70%
GREEN value IS 83 (32.81% from 255) = 48.26%
BLUE value IS 19 (7.81% from 255) = 11.05%
R=40.70%
G=48.26%
B=11.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7083190.1600.770.6772.1962.7520
Hex4653131004D43483f14
Octal106123232001151031107724
Binary100011010100111001110000010011011000011100100011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465313; }

 p { color: rgb(70,83,19); }

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

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

 a { background-color: rgb(70,83,19); }

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

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

 span { border-color: rgb(70,83,19); }

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