#455315

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

Shades of Verdun Green #455315

Tints of Verdun Green #455315

Color information

#455315 (or 0x455315) is unknown color: approx Verdun Green. HEX triplet: 45, 53 and 15. RGB value is (69,83,21). Sum of RGB (Red+Green+Blue) = 69+83+21=173 (22% of max value = 765). Red value is 69 (27.34% from 255 or 39.88% from 173); Green value is 83 (32.81% from 255 or 47.98% from 173); Blue value is 21 (8.59% from 255 or 12.14% from 173); Max value from RGB is 83 - color contains mainly: green. Hex color #455315 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455315 is #BAACEA. Grayscale: #474747. Windows color (decimal): -12233963 or 1397573. OLE color: 1397573.

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

Color convert

RGB698321-
CMYK0.1700.750.67
HSL73.55º59.62%20.39%-
HSV(B)73.55º74.7%32.55%-
XYZ5.687.511.86-
YUV71.7599.36126.04-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 39.88%
GREEN value IS 83 (32.81% from 255) = 47.98%
BLUE value IS 21 (8.59% from 255) = 12.14%
R=39.88%
G=47.98%
B=12.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6983210.1700.750.6773.5559.6220.39
Hex4553151104B434a3c14
Octal105123252101131031127424
Binary100010110100111010110001010010111000011100101011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455315; }

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

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

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

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

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

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

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

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