#465308

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

Shades of Verdun Green #465308

Tints of Verdun Green #465308

Color information

#465308 (or 0x465308) is unknown color: approx Verdun Green. HEX triplet: 46, 53 and 08. RGB value is (70,83,8). Sum of RGB (Red+Green+Blue) = 70+83+8=161 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.48% from 161); Green value is 83 (32.81% from 255 or 51.55% from 161); Blue value is 8 (3.52% from 255 or 4.97% from 161); Max value from RGB is 83 - color contains mainly: green. Hex color #465308 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465308 is #B9ACF7. Grayscale: #464646. Windows color (decimal): -12168440 or 545606. OLE color: 545606.

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

Color convert

RGB70838-
CMYK0.1600.900.67
HSL70.4º82.42%17.84%-
HSV(B)70.4º90.36%32.55%-
XYZ5.667.511.38-
YUV70.5692.69127.6-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.48%
GREEN value IS 83 (32.81% from 255) = 51.55%
BLUE value IS 8 (3.52% from 255) = 4.97%
R=43.48%
G=51.55%
B=4.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal708380.1600.900.6770.482.4217.84
Hex465381005A43465212
Octal1061231020013210310612222
Binary100011010100111000100000101101010000111000110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465308; }

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

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

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

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

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

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

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

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