Html Css Color HEX #05530A Myrtle

📋 copy color: '#05530A'

red 5 ◦ green 83 ◦ blue 10

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

Shades of Myrtle #05530A

Tints of Myrtle #05530A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 10.2%

R = 5.1%
G = 84.69%
B = 10.2%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.88

 K value IS 0.67

RGB Variations

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

Color information

#05530A (or 0x05530A) is known color: Myrtle. HEX triplet: 05, 53 and 0A. RGB value is (5,83,10). Sum of RGB (Red+Green+Blue) = 5+83+10=98 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.10% from 98); Green value is 83 (32.81% from 255 or 84.69% from 98); Blue value is 10 (4.30% from 255 or 10.20% from 98); Max value from RGB is 83 - color contains mainly: green. Hex color #05530A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05530A is #FAACF5. Grayscale: #333333. Windows color (decimal): -16428278 or 676613. OLE color: 676613.

HSL color Cylindrical-coordinate representation of color #05530A: hue angle of 123.85º 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 #05530A is Cyan = 0.94, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB 5 83 10 -
CMYK 0.94 0 0.88 0.67
HSL 123.85º 0.89% 0.17% -
HSV(B) 123.85º 0.94% 0.33% -
XYZ 3.21 6.24 1.32 -
YUV 51.36 104.66 94.94 -
System Red Green Blue C M Y K H S L
Decimal 5 83 10 0.94 0 0.88 0.67 123.85 0.89 0.17
Hex 5 53 A 5E 0 58 43 7C 59 11
Octal 5 123 12 136 0 130 103 174 131 21
Binary 101 1010011 1010 1011110 0 1011000 1000011 1111100 1011001 10001

Color Harmonies of #05530A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05530A

Black with #05530A

Text Example


Text Example

White with #05530A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05530A; }

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

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

background-color css

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

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

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

border-color css

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

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

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