#05530F

Color #05530F Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #05530F

Tints of Myrtle #05530F

Color information

#05530F (or 0x05530F) is unknown color: approx 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

RGB58315-
CMYK0.9400.820.67
HSL127.69º88.64%17.25%-
HSV(B)127.69º93.98%32.55%-
XYZ3.246.251.49-
YUV51.93107.1694.53-

RGB Variations

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

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 (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal583150.9400.820.67127.6988.6417.25
Hex553F5E05243805911
Octal512317136012210320013121
Binary10110100111111101111001010010100001110000000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05530F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>