#455317

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

Shades of Verdun Green #455317

Tints of Verdun Green #455317

Color information

#455317 (or 0x455317) is unknown color: approx Verdun Green. HEX triplet: 45, 53 and 17. RGB value is (69,83,23). Sum of RGB (Red+Green+Blue) = 69+83+23=175 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.43% from 175); Green value is 83 (32.81% from 255 or 47.43% from 175); Blue value is 23 (9.38% from 255 or 13.14% from 175); Max value from RGB is 83 - color contains mainly: green. Hex color #455317 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455317 is #BAACE8. Grayscale: #484848. Windows color (decimal): -12233961 or 1528645. OLE color: 1528645.

HSL color Cylindrical-coordinate representation of color #455317: hue angle of 74º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #455317 is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.67.

Color convert

RGB698323-
CMYK0.1700.720.67
HSL74º56.6%20.78%-
HSV(B)74º72.29%32.55%-
XYZ5.77.511.96-
YUV71.97100.36125.88-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 39.43%
GREEN value IS 83 (32.81% from 255) = 47.43%
BLUE value IS 23 (9.38% from 255) = 13.14%
R=39.43%
G=47.43%
B=13.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6983230.1700.720.677456.620.78
Hex45531711048434a3915
Octal105123272101101031127125
Binary100010110100111011110001010010001000011100101011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455317; }

 p { color: rgb(69,83,23); }

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

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

 a { background-color: rgb(69,83,23); }

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

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

 span { border-color: rgb(69,83,23); }

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