#455500

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

Shades of Verdun Green #455500

Tints of Verdun Green #455500

Color information

#455500 (or 0x455500) is unknown color: approx Verdun Green. HEX triplet: 45, 55 and 00. RGB value is (69,85,0). Sum of RGB (Red+Green+Blue) = 69+85+0=154 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.81% from 154); Green value is 85 (33.59% from 255 or 55.19% from 154); Blue value is 0 (0.39% from 255 or 0% from 154); Max value from RGB is 85 - color contains mainly: green. Hex color #455500 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455500 is #BAAAFF. Grayscale: #464646. Windows color (decimal): -12233472 or 21829. OLE color: 21829.

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

Color convert

RGB69850-
CMYK0.19010.67
HSL71.29º100%16.67%-
HSV(B)71.29º100%33.33%-
XYZ5.77.761.2-
YUV70.5388.2126.91-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 44.81%
GREEN value IS 85 (33.59% from 255) = 55.19%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.81%
G=55.19%
B=0%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal698500.19010.6771.2910016.67
Hex455501306443476411
Octal105125023014410310714421
Binary100010110101010100110110010010000111000111110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455500; }

 p { color: rgb(69,85,0); }

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

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

 a { background-color: rgb(69,85,0); }

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

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

 span { border-color: rgb(69,85,0); }

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