Html Css Color HEX #053003 Myrtle

📋 copy color: '#053003'

red 5 ◦ green 48 ◦ blue 3

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

Shades of Myrtle #053003

Tints of Myrtle #053003

RGB

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

 GREEN value IS 48 (19.14% from 255) = 85.71%

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

R = 8.93%
G = 85.71%
B = 5.36%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.94

 K value IS 0.81

RGB Variations

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

Color information

#053003 (or 0x053003) is known color: Myrtle. HEX triplet: 05, 30 and 03. RGB value is (5,48,3). Sum of RGB (Red+Green+Blue) = 5+48+3=56 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.93% from 56); Green value is 48 (19.14% from 255 or 85.71% from 56); Blue value is 3 (1.56% from 255 or 5.36% from 56); Max value from RGB is 48 - color contains mainly: green. Hex color #053003 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053003 is #FACFFC. Grayscale: #1E1E1E. Windows color (decimal): -16437245 or 208901. OLE color: 208901.

HSL color Cylindrical-coordinate representation of color #053003: hue angle of 117.33º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #053003 is Cyan = 0.90, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.81.

Color convert

RGB 5 48 3 -
CMYK 0.90 0 0.94 0.81
HSL 117.33º 0.88% 0.1% -
HSV(B) 117.33º 0.94% 0.19% -
XYZ 1.14 2.15 0.44 -
YUV 30.01 112.75 110.16 -
System Red Green Blue C M Y K H S L
Decimal 5 48 3 0.90 0 0.94 0.81 117.33 0.88 0.1
Hex 5 30 3 5A 0 5E 51 75 58 A
Octal 5 60 3 132 0 136 121 165 130 12
Binary 101 110000 11 1011010 0 1011110 1010001 1110101 1011000 1010

Color Harmonies of #053003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053003

Black with #053003

Text Example


Text Example

White with #053003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053003; }

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

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

background-color css

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

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

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

border-color css

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

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

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