#455703

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

Shades of Verdun Green #455703

Tints of Verdun Green #455703

Color information

#455703 (or 0x455703) is unknown color: approx Verdun Green. HEX triplet: 45, 57 and 03. RGB value is (69,87,3). Sum of RGB (Red+Green+Blue) = 69+87+3=159 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.40% from 159); Green value is 87 (34.38% from 255 or 54.72% from 159); Blue value is 3 (1.56% from 255 or 1.89% from 159); Max value from RGB is 87 - color contains mainly: green. Hex color #455703 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455703 is #BAA8FC. Grayscale: #484848. Windows color (decimal): -12232957 or 218949. OLE color: 218949.

HSL color Cylindrical-coordinate representation of color #455703: hue angle of 72.86º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #455703 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.66.

Color convert

RGB69873-
CMYK0.2100.970.66
HSL72.86º93.33%17.65%-
HSV(B)72.86º96.55%34.12%-
XYZ5.888.091.34-
YUV72.0489.04125.83-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.40%
GREEN value IS 87 (34.38% from 255) = 54.72%
BLUE value IS 3 (1.56% from 255) = 1.89%
R=43.40%
G=54.72%
B=1.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal698730.2100.970.6672.8693.3317.65
Hex455731506142495d12
Octal105127325014110211113522
Binary1000101101011111101010110000110000101001001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455703; }

 p { color: rgb(69,87,3); }

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

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

 a { background-color: rgb(69,87,3); }

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

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

 span { border-color: rgb(69,87,3); }

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