Html Css Color HEX #054500 Myrtle

📋 copy color: '#054500'

red 5 ◦ green 69 ◦ blue 0

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

Shades of Myrtle #054500

Tints of Myrtle #054500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 6.76%
G = 93.24%
B = 0%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#054500 (or 0x054500) is known color: Myrtle. HEX triplet: 05, 45 and 00. RGB value is (5,69,0). Sum of RGB (Red+Green+Blue) = 5+69+0=74 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.76% from 74); Green value is 69 (27.34% from 255 or 93.24% from 74); Blue value is 0 (0.39% from 255 or 0% from 74); Max value from RGB is 69 - color contains mainly: green. Hex color #054500 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054500 is #FABAFF. Grayscale: #2A2A2A. Windows color (decimal): -16431872 or 17669. OLE color: 17669.

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

Color convert

RGB 5 69 0 -
CMYK 0.93 0 1 0.73
HSL 115.65º 1% 0.14% -
HSV(B) 115.65º 1% 0.27% -
XYZ 2.19 4.29 0.71 -
YUV 42 104.3 101.61 -
System Red Green Blue C M Y K H S L
Decimal 5 69 0 0.93 0 1 0.73 115.65 1 0.14
Hex 5 45 0 5D 0 64 49 74 64 E
Octal 5 105 0 135 0 144 111 164 144 16
Binary 101 1000101 0 1011101 0 1100100 1001001 1110100 1100100 1110

Color Harmonies of #054500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054500

Black with #054500

Text Example


Text Example

White with #054500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054500; }

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

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

background-color css

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

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

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

border-color css

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

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

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