#040500

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

Shades of Green Waterloo #040500

Tints of Green Waterloo #040500

Color information

#040500 (or 0x040500) is unknown color: approx Green Waterloo. HEX triplet: 04, 05 and 00. RGB value is (4,5,0). Sum of RGB (Red+Green+Blue) = 4+5+0=9 (1% of max value = 765). Red value is 4 (1.95% from 255 or 44.44% from 9); Green value is 5 (2.34% from 255 or 55.56% from 9); Blue value is 0 (0.39% from 255 or 0% from 9); Max value from RGB is 5 - color contains mainly: green. Hex color #040500 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040500 is #FBFAFF. Grayscale: #040404. Windows color (decimal): -16513792 or 1284. OLE color: 1284.

HSL color Cylindrical-coordinate representation of color #040500: hue angle of 72º degrees, saturation: 1, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 1%. Process color model (Four color, CMYK) of #040500 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.98.

Color convert

RGB450-
CMYK0.20010.98
HSL72º100%0.98%-
HSV(B)72º100%1.96%-
XYZ0.10.130.02-
YUV4.13125.67127.91-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 44.44%
GREEN value IS 5 (2.34% from 255) = 55.56%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.44%
G=55.56%
B=0%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal4500.20010.98721000.98
Hex450140646248641
Octal4502401441421101441
Binary100101010100011001001100010100100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040500; }

 p { color: rgb(4,5,0); }

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

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

 a { background-color: rgb(4,5,0); }

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

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

 span { border-color: rgb(4,5,0); }

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