Html Css Color HEX #040501 Rangoon Green

📋 copy color: '#040501'

red 4 ◦ green 5 ◦ blue 1

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

Shades of Rangoon Green #040501

Tints of Rangoon Green #040501

RGB

 RED value IS 4 (1.95% from 255) = 40%

 GREEN value IS 5 (2.34% from 255) = 50%

 BLUE value IS 1 (0.78% from 255) = 10%

R = 40%
G = 50%
B = 10%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.80

 K value IS 0.98

RGB Variations

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

Color information

#040501 (or 0x040501) is known color: Rangoon Green. HEX triplet: 04, 05 and 01. RGB value is (4,5,1). Sum of RGB (Red+Green+Blue) = 4+5+1=10 (1% of max value = 765). Red value is 4 (1.95% from 255 or 40% from 10); Green value is 5 (2.34% from 255 or 50% from 10); Blue value is 1 (0.78% from 255 or 10% from 10); Max value from RGB is 5 - color contains mainly: green. Hex color #040501 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040501 is #FBFAFE. Grayscale: #040404. Windows color (decimal): -16513791 or 66820. OLE color: 66820.

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

Color convert

RGB 4 5 1 -
CMYK 0.20 0 0.80 0.98
HSL 75º 0.67% 0.01% -
HSV(B) 75º 0.8% 0.02% -
XYZ 0.11 0.14 0.05 -
YUV 4.25 126.17 127.83 -
System Red Green Blue C M Y K H S L
Decimal 4 5 1 0.20 0 0.80 0.98 75 0.67 0.01
Hex 4 5 1 14 0 50 62 4B 43 1
Octal 4 5 1 24 0 120 142 113 103 1
Binary 100 101 1 10100 0 1010000 1100010 1001011 1000011 1

Color Harmonies of #040501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040501

Black with #040501

Text Example


Text Example

White with #040501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040501; }

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

 H1.HeaderClassName
 {
   color: #040501;
 }
 .AnyTagClassName
 {
   color: #040501;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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