Html Css Color HEX #054C01 Myrtle

📋 copy color: '#054C01'

red 5 ◦ green 76 ◦ blue 1

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

Shades of Myrtle #054C01

Tints of Myrtle #054C01

RGB

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

 GREEN value IS 76 (30.08% from 255) = 92.68%

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

R = 6.1%
G = 92.68%
B = 1.22%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.99

 K value IS 0.70

RGB Variations

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

Color information

#054C01 (or 0x054C01) is known color: Myrtle. HEX triplet: 05, 4C and 01. RGB value is (5,76,1). Sum of RGB (Red+Green+Blue) = 5+76+1=82 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.10% from 82); Green value is 76 (30.08% from 255 or 92.68% from 82); Blue value is 1 (0.78% from 255 or 1.22% from 82); Max value from RGB is 76 - color contains mainly: green. Hex color #054C01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054C01 is #FAB3FE. Grayscale: #2E2E2E. Windows color (decimal): -16430079 or 84997. OLE color: 84997.

HSL color Cylindrical-coordinate representation of color #054C01: hue angle of 116.8º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #054C01 is Cyan = 0.93, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.70.

Color convert

RGB 5 76 1 -
CMYK 0.93 0 0.99 0.70
HSL 116.8º 0.97% 0.15% -
HSV(B) 116.8º 0.99% 0.3% -
XYZ 2.65 5.2 0.89 -
YUV 46.22 102.48 98.6 -
System Red Green Blue C M Y K H S L
Decimal 5 76 1 0.93 0 0.99 0.70 116.8 0.97 0.15
Hex 5 4C 1 5D 0 63 46 75 61 F
Octal 5 114 1 135 0 143 106 165 141 17
Binary 101 1001100 1 1011101 0 1100011 1000110 1110101 1100001 1111

Color Harmonies of #054C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054C01

Black with #054C01

Text Example


Text Example

White with #054C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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