#455817

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

Shades of Verdun Green #455817

Tints of Verdun Green #455817

Color information

#455817 (or 0x455817) is unknown color: approx Verdun Green. HEX triplet: 45, 58 and 17. RGB value is (69,88,23). Sum of RGB (Red+Green+Blue) = 69+88+23=180 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.33% from 180); Green value is 88 (34.77% from 255 or 48.89% from 180); Blue value is 23 (9.38% from 255 or 12.78% from 180); Max value from RGB is 88 - color contains mainly: green. Hex color #455817 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455817 is #BAA7E8. Grayscale: #4B4B4B. Windows color (decimal): -12232681 or 1529925. OLE color: 1529925.

HSL color Cylindrical-coordinate representation of color #455817: hue angle of 77.54º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #455817 is Cyan = 0.22, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.65.

Color convert

RGB698823-
CMYK0.2200.740.65
HSL77.54º58.56%21.76%-
HSV(B)77.54º73.86%34.51%-
XYZ6.18.312.09-
YUV74.9198.71123.79-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 38.33%
GREEN value IS 88 (34.77% from 255) = 48.89%
BLUE value IS 23 (9.38% from 255) = 12.78%
R=38.33%
G=48.89%
B=12.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6988230.2200.740.6577.5458.5621.76
Hex4558171604A414e3b16
Octal105130272601121011167326
Binary100010110110001011110110010010101000001100111011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455817; }

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

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

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

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

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

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

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

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