Html Css Color HEX #040500 Green Waterloo

📋 copy color: '#040500'

red 4 ◦ green 5 ◦ blue 0

#040500
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Waterloo #040500

Tints of Green Waterloo #040500

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 value IS 0.20

 M value IS 0

 Y value IS 1

 K value IS 0.98

RGB Variations

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

Color information

#040500 (or 0x040500) is known color: 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

RGB 4 5 0 -
CMYK 0.20 0 1 0.98
HSL 72º 1% 0.01% -
HSV(B) 72º 1% 0.02% -
XYZ 0.1 0.13 0.02 -
YUV 4.13 125.67 127.91 -
System Red Green Blue C M Y K H S L
Decimal 4 5 0 0.20 0 1 0.98 72 1 0.01
Hex 4 5 0 14 0 64 62 48 64 1
Octal 4 5 0 24 0 144 142 110 144 1
Binary 100 101 0 10100 0 1100100 1100010 1001000 1100100 1

Color Harmonies of #040500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040500

Black with #040500

Text Example


Text Example

White with #040500

Text Example


Text Example

HTML Codes & Css Web 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>