Html Css Color HEX #042501 Myrtle

📋 copy color: '#042501'

red 4 ◦ green 37 ◦ blue 1

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

Shades of Myrtle #042501

Tints of Myrtle #042501

RGB

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

 GREEN value IS 37 (14.84% from 255) = 88.1%

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

R = 9.52%
G = 88.1%
B = 2.38%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.97

 K value IS 0.85

RGB Variations

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

Color information

#042501 (or 0x042501) is known color: Myrtle. HEX triplet: 04, 25 and 01. RGB value is (4,37,1). Sum of RGB (Red+Green+Blue) = 4+37+1=42 (5% of max value = 765). Red value is 4 (1.95% from 255 or 9.52% from 42); Green value is 37 (14.84% from 255 or 88.10% from 42); Blue value is 1 (0.78% from 255 or 2.38% from 42); Max value from RGB is 37 - color contains mainly: green. Hex color #042501 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042501 is #FBDAFE. Grayscale: #171717. Windows color (decimal): -16505599 or 75012. OLE color: 75012.

HSL color Cylindrical-coordinate representation of color #042501: hue angle of 115º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042501 is Cyan = 0.89, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.85.

Color convert

RGB 4 37 1 -
CMYK 0.89 0 0.97 0.85
HSL 115º 0.95% 0.07% -
HSV(B) 115º 0.97% 0.15% -
XYZ 0.72 1.35 0.25 -
YUV 23.03 115.57 114.43 -
System Red Green Blue C M Y K H S L
Decimal 4 37 1 0.89 0 0.97 0.85 115 0.95 0.07
Hex 4 25 1 59 0 61 55 73 5F 7
Octal 4 45 1 131 0 141 125 163 137 7
Binary 100 100101 1 1011001 0 1100001 1010101 1110011 1011111 111

Color Harmonies of #042501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042501

Black with #042501

Text Example


Text Example

White with #042501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042501; }

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

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

background-color css

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

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

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

border-color css

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

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

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