#454B17

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

Shades of Verdun Green #454B17

Tints of Verdun Green #454B17

Color information

#454B17 (or 0x454B17) is unknown color: approx Verdun Green. HEX triplet: 45, 4B and 17. RGB value is (69,75,23). Sum of RGB (Red+Green+Blue) = 69+75+23=167 (22% of max value = 765). Red value is 69 (27.34% from 255 or 41.32% from 167); Green value is 75 (29.69% from 255 or 44.91% from 167); Blue value is 23 (9.38% from 255 or 13.77% from 167); Max value from RGB is 75 - color contains mainly: green. Hex color #454B17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454B17 is #BAB4E8. Grayscale: #434343. Windows color (decimal): -12236009 or 1526597. OLE color: 1526597.

HSL color Cylindrical-coordinate representation of color #454B17: hue angle of 66.92º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #454B17 is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.71.

Color convert

RGB697523-
CMYK0.0800.690.71
HSL66.92º53.06%19.22%-
HSV(B)66.92º69.33%29.41%-
XYZ5.126.361.77-
YUV67.28103.01129.23-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 41.32%
GREEN value IS 75 (29.69% from 255) = 44.91%
BLUE value IS 23 (9.38% from 255) = 13.77%
R=41.32%
G=44.91%
B=13.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6975230.0800.690.7166.9253.0619.22
Hex454B17804547433513
Octal105113271001051071036523
Binary10001011001011101111000010001011000111100001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454B17; }

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

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

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

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

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

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

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

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