Html Css Color HEX #054005 Myrtle

📋 copy color: '#054005'

red 5 ◦ green 64 ◦ blue 5

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

Shades of Myrtle #054005

Tints of Myrtle #054005

RGB

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

 GREEN value IS 64 (25.39% from 255) = 86.49%

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

R = 6.76%
G = 86.49%
B = 6.76%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.92

 K value IS 0.75

RGB Variations

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

Color information

#054005 (or 0x054005) is known color: Myrtle. HEX triplet: 05, 40 and 05. RGB value is (5,64,5). Sum of RGB (Red+Green+Blue) = 5+64+5=74 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.76% from 74); Green value is 64 (25.39% from 255 or 86.49% from 74); Blue value is 5 (2.34% from 255 or 6.76% from 74); Max value from RGB is 64 - color contains mainly: green. Hex color #054005 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054005 is #FABFFA. Grayscale: #272727. Windows color (decimal): -16433147 or 344069. OLE color: 344069.

HSL color Cylindrical-coordinate representation of color #054005: hue angle of 120º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #054005 is Cyan = 0.92, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.75.

Color convert

RGB 5 64 5 -
CMYK 0.92 0 0.92 0.75
HSL 120º 0.86% 0.14% -
HSV(B) 120º 0.92% 0.25% -
XYZ 1.92 3.71 0.76 -
YUV 39.63 108.45 103.3 -
System Red Green Blue C M Y K H S L
Decimal 5 64 5 0.92 0 0.92 0.75 120 0.86 0.14
Hex 5 40 5 5C 0 5C 4B 78 56 E
Octal 5 100 5 134 0 134 113 170 126 16
Binary 101 1000000 101 1011100 0 1011100 1001011 1111000 1010110 1110

Color Harmonies of #054005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054005

Black with #054005

Text Example


Text Example

White with #054005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054005; }

 p { color: rgb(5,64,5); }

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

background-color css

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

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

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

border-color css

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

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

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