Html Css Color HEX #055303 Myrtle

📋 copy color: '#055303'

red 5 ◦ green 83 ◦ blue 3

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

Shades of Myrtle #055303

Tints of Myrtle #055303

RGB

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

 GREEN value IS 83 (32.81% from 255) = 91.21%

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

R = 5.49%
G = 91.21%
B = 3.3%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#055303 (or 0x055303) is known color: Myrtle. HEX triplet: 05, 53 and 03. RGB value is (5,83,3). Sum of RGB (Red+Green+Blue) = 5+83+3=91 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.49% from 91); Green value is 83 (32.81% from 255 or 91.21% from 91); Blue value is 3 (1.56% from 255 or 3.30% from 91); Max value from RGB is 83 - color contains mainly: green. Hex color #055303 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055303 is #FAACFC. Grayscale: #323232. Windows color (decimal): -16428285 or 217861. OLE color: 217861.

HSL color Cylindrical-coordinate representation of color #055303: hue angle of 118.5º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #055303 is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.67.

Color convert

RGB 5 83 3 -
CMYK 0.94 0 0.96 0.67
HSL 118.5º 0.93% 0.17% -
HSV(B) 118.5º 0.96% 0.33% -
XYZ 3.17 6.23 1.12 -
YUV 50.56 101.16 95.5 -
System Red Green Blue C M Y K H S L
Decimal 5 83 3 0.94 0 0.96 0.67 118.5 0.93 0.17
Hex 5 53 3 5E 0 60 43 76 5D 11
Octal 5 123 3 136 0 140 103 166 135 21
Binary 101 1010011 11 1011110 0 1100000 1000011 1110110 1011101 10001

Color Harmonies of #055303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055303

Black with #055303

Text Example


Text Example

White with #055303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055303; }

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

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

background-color css

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

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

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

border-color css

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

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

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