#455303

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

Shades of Verdun Green #455303

Tints of Verdun Green #455303

Color information

#455303 (or 0x455303) is unknown color: approx Verdun Green. HEX triplet: 45, 53 and 03. RGB value is (69,83,3). Sum of RGB (Red+Green+Blue) = 69+83+3=155 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.52% from 155); Green value is 83 (32.81% from 255 or 53.55% from 155); Blue value is 3 (1.56% from 255 or 1.94% from 155); Max value from RGB is 83 - color contains mainly: green. Hex color #455303 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455303 is #BAACFC. Grayscale: #464646. Windows color (decimal): -12233981 or 217925. OLE color: 217925.

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

Color convert

RGB69833-
CMYK0.1700.960.67
HSL70.5º93.02%16.86%-
HSV(B)70.5º96.39%32.55%-
XYZ5.567.461.23-
YUV69.6990.36127.5-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 44.52%
GREEN value IS 83 (32.81% from 255) = 53.55%
BLUE value IS 3 (1.56% from 255) = 1.94%
R=44.52%
G=53.55%
B=1.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal698330.1700.960.6770.593.0216.86
Hex455331106043465d11
Octal105123321014010310613521
Binary1000101101001111100010110000010000111000110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455303; }

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

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

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

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

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

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

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

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