#495308

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

Shades of Verdun Green #495308

Tints of Verdun Green #495308

Color information

#495308 (or 0x495308) is unknown color: approx Verdun Green. HEX triplet: 49, 53 and 08. RGB value is (73,83,8). Sum of RGB (Red+Green+Blue) = 73+83+8=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 83 (32.81% from 255 or 50.61% from 164); Blue value is 8 (3.52% from 255 or 4.88% from 164); Max value from RGB is 83 - color contains mainly: green. Hex color #495308 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495308 is #B6ACF7. Grayscale: #474747. Windows color (decimal): -11971832 or 545609. OLE color: 545609.

HSL color Cylindrical-coordinate representation of color #495308: hue angle of 68º 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 #495308 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB73838-
CMYK0.1200.900.67
HSL68º82.42%17.84%-
HSV(B)68º90.36%32.55%-
XYZ5.887.621.39-
YUV71.4692.19129.1-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.51%
GREEN value IS 83 (32.81% from 255) = 50.61%
BLUE value IS 8 (3.52% from 255) = 4.88%
R=44.51%
G=50.61%
B=4.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal738380.1200.900.676882.4217.84
Hex49538C05A43445212
Octal1111231014013210310412222
Binary10010011010011100011000101101010000111000100101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495308; }

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

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

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

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

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

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

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

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