#053007

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

Shades of Myrtle #053007

Tints of Myrtle #053007

Color information

#053007 (or 0x053007) is unknown color: approx Myrtle. HEX triplet: 05, 30 and 07. RGB value is (5,48,7). Sum of RGB (Red+Green+Blue) = 5+48+7=60 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.33% from 60); Green value is 48 (19.14% from 255 or 80% from 60); Blue value is 7 (3.12% from 255 or 11.67% from 60); Max value from RGB is 48 - color contains mainly: green. Hex color #053007 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053007 is #FACFF8. Grayscale: #1E1E1E. Windows color (decimal): -16437241 or 471045. OLE color: 471045.

HSL color Cylindrical-coordinate representation of color #053007: hue angle of 122.79º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #053007 is Cyan = 0.90, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.81.

Color convert

RGB5487-
CMYK0.9000.850.81
HSL122.79º81.13%10.39%-
HSV(B)122.79º89.58%18.82%-
XYZ1.162.160.56-
YUV30.47114.75109.83-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.33%
GREEN value IS 48 (19.14% from 255) = 80%
BLUE value IS 7 (3.12% from 255) = 11.67%
R=8.33%
G=80%
B=11.67%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal54870.9000.850.81122.7981.1310.39
Hex53075A055517b51a
Octal5607132012512117312112
Binary1011100001111011010010101011010001111101110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053007; }

 p { color: rgb(5,48,7); }

 H1.HeaderClassName
 {
   color: #053007;
 }
 .AnyTagClassName
 {
   color: #053007;
 }
</style>
background-color css

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

 a { background-color: rgb(5,48,7); }

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

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

 span { border-color: rgb(5,48,7); }

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