Html Css Color HEX #053F0A Myrtle

📋 copy color: '#053F0A'

red 5 ◦ green 63 ◦ blue 10

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

Shades of Myrtle #053F0A

Tints of Myrtle #053F0A

RGB

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

 GREEN value IS 63 (25% from 255) = 80.77%

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

R = 6.41%
G = 80.77%
B = 12.82%

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

#053F0A (or 0x053F0A) is known color: Myrtle. HEX triplet: 05, 3F and 0A. RGB value is (5,63,10). Sum of RGB (Red+Green+Blue) = 5+63+10=78 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.41% from 78); Green value is 63 (25% from 255 or 80.77% from 78); Blue value is 10 (4.30% from 255 or 12.82% from 78); Max value from RGB is 63 - color contains mainly: green. Hex color #053F0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053F0A is #FAC0F5. Grayscale: #272727. Windows color (decimal): -16433398 or 671493. OLE color: 671493.

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

Color convert

RGB 5 63 10 -
CMYK 0.92 0 0.84 0.75
HSL 125.17º 0.85% 0.13% -
HSV(B) 125.17º 0.92% 0.25% -
XYZ 1.89 3.61 0.88 -
YUV 39.62 111.28 103.31 -
System Red Green Blue C M Y K H S L
Decimal 5 63 10 0.92 0 0.84 0.75 125.17 0.85 0.13
Hex 5 3F A 5C 0 54 4B 7D 55 D
Octal 5 77 12 134 0 124 113 175 125 15
Binary 101 111111 1010 1011100 0 1010100 1001011 1111101 1010101 1101

Color Harmonies of #053F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053F0A

Black with #053F0A

Text Example


Text Example

White with #053F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053F0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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