Html Css Color HEX #055308 Myrtle

📋 copy color: '#055308'

red 5 ◦ green 83 ◦ blue 8

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

Shades of Myrtle #055308

Tints of Myrtle #055308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 8.33%

R = 5.21%
G = 86.46%
B = 8.33%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.90

 K value IS 0.67

RGB Variations

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

Color information

#055308 (or 0x055308) is known color: Myrtle. HEX triplet: 05, 53 and 08. RGB value is (5,83,8). Sum of RGB (Red+Green+Blue) = 5+83+8=96 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.21% from 96); Green value is 83 (32.81% from 255 or 86.46% from 96); Blue value is 8 (3.52% from 255 or 8.33% from 96); Max value from RGB is 83 - color contains mainly: green. Hex color #055308 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055308 is #FAACF7. Grayscale: #333333. Windows color (decimal): -16428280 or 545541. OLE color: 545541.

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

Color convert

RGB 5 83 8 -
CMYK 0.94 0 0.90 0.67
HSL 122.31º 0.89% 0.17% -
HSV(B) 122.31º 0.94% 0.33% -
XYZ 3.2 6.24 1.26 -
YUV 51.13 103.66 95.1 -
System Red Green Blue C M Y K H S L
Decimal 5 83 8 0.94 0 0.90 0.67 122.31 0.89 0.17
Hex 5 53 8 5E 0 5A 43 7A 59 11
Octal 5 123 10 136 0 132 103 172 131 21
Binary 101 1010011 1000 1011110 0 1011010 1000011 1111010 1011001 10001

Color Harmonies of #055308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055308

Black with #055308

Text Example


Text Example

White with #055308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055308; }

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

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

background-color css

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

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

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

border-color css

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

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

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