Html Css Color HEX #054501 Myrtle

📋 copy color: '#054501'

red 5 ◦ green 69 ◦ blue 1

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

Shades of Myrtle #054501

Tints of Myrtle #054501

RGB

 RED value IS 5 (2.34% from 255) = 6.67%

 GREEN value IS 69 (27.34% from 255) = 92%

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

R = 6.67%
G = 92%
B = 1.33%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#054501 (or 0x054501) is known color: Myrtle. HEX triplet: 05, 45 and 01. RGB value is (5,69,1). Sum of RGB (Red+Green+Blue) = 5+69+1=75 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.67% from 75); Green value is 69 (27.34% from 255 or 92% from 75); Blue value is 1 (0.78% from 255 or 1.33% from 75); Max value from RGB is 69 - color contains mainly: green. Hex color #054501 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054501 is #FABAFE. Grayscale: #2A2A2A. Windows color (decimal): -16431871 or 83205. OLE color: 83205.

HSL color Cylindrical-coordinate representation of color #054501: hue angle of 116.47º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #054501 is Cyan = 0.93, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.73.

Color convert

RGB 5 69 1 -
CMYK 0.93 0 0.99 0.73
HSL 116.47º 0.97% 0.14% -
HSV(B) 116.47º 0.99% 0.27% -
XYZ 2.2 4.29 0.74 -
YUV 42.11 104.8 101.53 -
System Red Green Blue C M Y K H S L
Decimal 5 69 1 0.93 0 0.99 0.73 116.47 0.97 0.14
Hex 5 45 1 5D 0 63 49 74 61 E
Octal 5 105 1 135 0 143 111 164 141 16
Binary 101 1000101 1 1011101 0 1100011 1001001 1110100 1100001 1110

Color Harmonies of #054501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054501

Black with #054501

Text Example


Text Example

White with #054501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054501; }

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

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

background-color css

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

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

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

border-color css

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

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

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