Html Css Color HEX #053A03 Myrtle

📋 copy color: '#053A03'

red 5 ◦ green 58 ◦ blue 3

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

Shades of Myrtle #053A03

Tints of Myrtle #053A03

RGB

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

 GREEN value IS 58 (23.05% from 255) = 87.88%

 BLUE value IS 3 (1.56% from 255) = 4.55%

R = 7.58%
G = 87.88%
B = 4.55%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.95

 K value IS 0.77

RGB Variations

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

Color information

#053A03 (or 0x053A03) is known color: Myrtle. HEX triplet: 05, 3A and 03. RGB value is (5,58,3). Sum of RGB (Red+Green+Blue) = 5+58+3=66 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.58% from 66); Green value is 58 (23.05% from 255 or 87.88% from 66); Blue value is 3 (1.56% from 255 or 4.55% from 66); Max value from RGB is 58 - color contains mainly: green. Hex color #053A03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053A03 is #FAC5FC. Grayscale: #242424. Windows color (decimal): -16434685 or 211461. OLE color: 211461.

HSL color Cylindrical-coordinate representation of color #053A03: hue angle of 117.82º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #053A03 is Cyan = 0.91, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.77.

Color convert

RGB 5 58 3 -
CMYK 0.91 0 0.95 0.77
HSL 117.82º 0.9% 0.12% -
HSV(B) 117.82º 0.95% 0.23% -
XYZ 1.59 3.06 0.59 -
YUV 35.88 109.44 105.97 -
System Red Green Blue C M Y K H S L
Decimal 5 58 3 0.91 0 0.95 0.77 117.82 0.9 0.12
Hex 5 3A 3 5B 0 5F 4D 76 5A C
Octal 5 72 3 133 0 137 115 166 132 14
Binary 101 111010 11 1011011 0 1011111 1001101 1110110 1011010 1100

Color Harmonies of #053A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053A03

Black with #053A03

Text Example


Text Example

White with #053A03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,58,3); }

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

background-color css

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

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

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

border-color css

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

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

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