Html Css Color HEX #05530F Myrtle

📋 copy color: '#05530F'

red 5 ◦ green 83 ◦ blue 15

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

Shades of Myrtle #05530F

Tints of Myrtle #05530F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 14.56%

R = 4.85%
G = 80.58%
B = 14.56%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#05530F (or 0x05530F) is known color: Myrtle. HEX triplet: 05, 53 and 0F. RGB value is (5,83,15). Sum of RGB (Red+Green+Blue) = 5+83+15=103 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.85% from 103); Green value is 83 (32.81% from 255 or 80.58% from 103); Blue value is 15 (6.25% from 255 or 14.56% from 103); Max value from RGB is 83 - color contains mainly: green. Hex color #05530F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05530F is #FAACF0. Grayscale: #343434. Windows color (decimal): -16428273 or 1004293. OLE color: 1004293.

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

Color convert

RGB 5 83 15 -
CMYK 0.94 0 0.82 0.67
HSL 127.69º 0.89% 0.17% -
HSV(B) 127.69º 0.94% 0.33% -
XYZ 3.24 6.25 1.49 -
YUV 51.93 107.16 94.53 -
System Red Green Blue C M Y K H S L
Decimal 5 83 15 0.94 0 0.82 0.67 127.69 0.89 0.17
Hex 5 53 F 5E 0 52 43 80 59 11
Octal 5 123 17 136 0 122 103 200 131 21
Binary 101 1010011 1111 1011110 0 1010010 1000011 10000000 1011001 10001

Color Harmonies of #05530F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05530F

Black with #05530F

Text Example


Text Example

White with #05530F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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