Html Css Color HEX #05420A Myrtle

📋 copy color: '#05420A'

red 5 ◦ green 66 ◦ blue 10

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

Shades of Myrtle #05420A

Tints of Myrtle #05420A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 81.48%

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

R = 6.17%
G = 81.48%
B = 12.35%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.85

 K value IS 0.74

RGB Variations

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

Color information

#05420A (or 0x05420A) is known color: Myrtle. HEX triplet: 05, 42 and 0A. RGB value is (5,66,10). Sum of RGB (Red+Green+Blue) = 5+66+10=81 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.17% from 81); Green value is 66 (26.17% from 255 or 81.48% from 81); Blue value is 10 (4.30% from 255 or 12.35% from 81); Max value from RGB is 66 - color contains mainly: green. Hex color #05420A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05420A is #FABDF5. Grayscale: #292929. Windows color (decimal): -16432630 or 672261. OLE color: 672261.

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

Color convert

RGB 5 66 10 -
CMYK 0.92 0 0.85 0.74
HSL 124.92º 0.86% 0.14% -
HSV(B) 124.92º 0.92% 0.26% -
XYZ 2.07 3.95 0.94 -
YUV 41.38 110.29 102.05 -
System Red Green Blue C M Y K H S L
Decimal 5 66 10 0.92 0 0.85 0.74 124.92 0.86 0.14
Hex 5 42 A 5C 0 55 4A 7D 56 E
Octal 5 102 12 134 0 125 112 175 126 16
Binary 101 1000010 1010 1011100 0 1010101 1001010 1111101 1010110 1110

Color Harmonies of #05420A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05420A

Black with #05420A

Text Example


Text Example

White with #05420A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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