Html Css Color HEX #053000 Myrtle

📋 copy color: '#053000'

red 5 ◦ green 48 ◦ blue 0

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

Shades of Myrtle #053000

Tints of Myrtle #053000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 9.43%
G = 90.57%
B = 0%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 1

 K value IS 0.81

RGB Variations

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

Color information

#053000 (or 0x053000) is known color: Myrtle. HEX triplet: 05, 30 and 00. RGB value is (5,48,0). Sum of RGB (Red+Green+Blue) = 5+48+0=53 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.43% from 53); Green value is 48 (19.14% from 255 or 90.57% from 53); Blue value is 0 (0.39% from 255 or 0% from 53); Max value from RGB is 48 - color contains mainly: green. Hex color #053000 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053000 is #FACFFF. Grayscale: #1D1D1D. Windows color (decimal): -16437248 or 12293. OLE color: 12293.

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

Color convert

RGB 5 48 0 -
CMYK 0.90 0 1 0.81
HSL 113.75º 1% 0.09% -
HSV(B) 113.75º 1% 0.19% -
XYZ 1.12 2.15 0.36 -
YUV 29.67 111.25 110.4 -
System Red Green Blue C M Y K H S L
Decimal 5 48 0 0.90 0 1 0.81 113.75 1 0.09
Hex 5 30 0 5A 0 64 51 72 64 9
Octal 5 60 0 132 0 144 121 162 144 11
Binary 101 110000 0 1011010 0 1100100 1010001 1110010 1100100 1001

Color Harmonies of #053000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053000

Black with #053000

Text Example


Text Example

White with #053000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053000; }

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

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

background-color css

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

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

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

border-color css

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

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

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