#465307

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

Shades of Verdun Green #465307

Tints of Verdun Green #465307

Color information

#465307 (or 0x465307) is unknown color: approx Verdun Green. HEX triplet: 46, 53 and 07. RGB value is (70,83,7). Sum of RGB (Red+Green+Blue) = 70+83+7=160 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.75% from 160); Green value is 83 (32.81% from 255 or 51.88% from 160); Blue value is 7 (3.12% from 255 or 4.38% from 160); Max value from RGB is 83 - color contains mainly: green. Hex color #465307 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465307 is #B9ACF8. Grayscale: #464646. Windows color (decimal): -12168441 or 480070. OLE color: 480070.

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

Color convert

RGB70837-
CMYK0.1600.920.67
HSL70.26º84.44%17.65%-
HSV(B)70.26º91.57%32.55%-
XYZ5.667.51.35-
YUV70.4592.19127.68-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.75%
GREEN value IS 83 (32.81% from 255) = 51.88%
BLUE value IS 7 (3.12% from 255) = 4.38%
R=43.75%
G=51.88%
B=4.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal708370.1600.920.6770.2684.4417.65
Hex465371005C43465412
Octal106123720013410310612422
Binary10001101010011111100000101110010000111000110101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465307; }

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

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

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

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

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

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

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

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