Html Css Color HEX #05400A Myrtle

📋 copy color: '#05400A'

red 5 ◦ green 64 ◦ blue 10

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

Shades of Myrtle #05400A

Tints of Myrtle #05400A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 12.66%

R = 6.33%
G = 81.01%
B = 12.66%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.84

 K value IS 0.75

RGB Variations

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

Color information

#05400A (or 0x05400A) is known color: Myrtle. HEX triplet: 05, 40 and 0A. RGB value is (5,64,10). Sum of RGB (Red+Green+Blue) = 5+64+10=79 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.33% from 79); Green value is 64 (25.39% from 255 or 81.01% from 79); Blue value is 10 (4.30% from 255 or 12.66% from 79); Max value from RGB is 64 - color contains mainly: green. Hex color #05400A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05400A is #FABFF5. Grayscale: #282828. Windows color (decimal): -16433142 or 671749. OLE color: 671749.

HSL color Cylindrical-coordinate representation of color #05400A: hue angle of 125.08º 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 #05400A is Cyan = 0.92, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.75.

Color convert

RGB 5 64 10 -
CMYK 0.92 0 0.84 0.75
HSL 125.08º 0.86% 0.14% -
HSV(B) 125.08º 0.92% 0.25% -
XYZ 1.95 3.72 0.9 -
YUV 40.2 110.95 102.89 -
System Red Green Blue C M Y K H S L
Decimal 5 64 10 0.92 0 0.84 0.75 125.08 0.86 0.14
Hex 5 40 A 5C 0 54 4B 7D 56 E
Octal 5 100 12 134 0 124 113 175 126 16
Binary 101 1000000 1010 1011100 0 1010100 1001011 1111101 1010110 1110

Color Harmonies of #05400A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05400A

Black with #05400A

Text Example


Text Example

White with #05400A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05400A; }

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

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

background-color css

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

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

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

border-color css

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

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

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