Html Css Color HEX #053A08 Myrtle

📋 copy color: '#053A08'

red 5 ◦ green 58 ◦ blue 8

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

Shades of Myrtle #053A08

Tints of Myrtle #053A08

RGB

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

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

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

R = 7.04%
G = 81.69%
B = 11.27%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.86

 K value IS 0.77

RGB Variations

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

Color information

#053A08 (or 0x053A08) is known color: Myrtle. HEX triplet: 05, 3A and 08. RGB value is (5,58,8). Sum of RGB (Red+Green+Blue) = 5+58+8=71 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.04% from 71); Green value is 58 (23.05% from 255 or 81.69% from 71); Blue value is 8 (3.52% from 255 or 11.27% from 71); Max value from RGB is 58 - color contains mainly: green. Hex color #053A08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053A08 is #FAC5F7. Grayscale: #242424. Windows color (decimal): -16434680 or 539141. OLE color: 539141.

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

Color convert

RGB 5 58 8 -
CMYK 0.91 0 0.86 0.77
HSL 123.4º 0.84% 0.12% -
HSV(B) 123.4º 0.91% 0.23% -
XYZ 1.62 3.08 0.74 -
YUV 36.45 111.94 105.57 -
System Red Green Blue C M Y K H S L
Decimal 5 58 8 0.91 0 0.86 0.77 123.4 0.84 0.12
Hex 5 3A 8 5B 0 56 4D 7B 54 C
Octal 5 72 10 133 0 126 115 173 124 14
Binary 101 111010 1000 1011011 0 1010110 1001101 1111011 1010100 1100

Color Harmonies of #053A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053A08

Black with #053A08

Text Example


Text Example

White with #053A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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