#053507

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

Shades of Myrtle #053507

Tints of Myrtle #053507

Color information

#053507 (or 0x053507) is unknown color: approx Myrtle. HEX triplet: 05, 35 and 07. RGB value is (5,53,7). Sum of RGB (Red+Green+Blue) = 5+53+7=65 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.69% from 65); Green value is 53 (21.09% from 255 or 81.54% from 65); Blue value is 7 (3.12% from 255 or 10.77% from 65); Max value from RGB is 53 - color contains mainly: green. Hex color #053507 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053507 is #FACAF8. Grayscale: #212121. Windows color (decimal): -16435961 or 472325. OLE color: 472325.

HSL color Cylindrical-coordinate representation of color #053507: hue angle of 122.5º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053507 is Cyan = 0.91, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.79.

Color convert

RGB5537-
CMYK0.9100.870.79
HSL122.5º82.76%11.37%-
HSV(B)122.5º90.57%20.78%-
XYZ1.372.590.63-
YUV33.4113.1107.74-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.69%
GREEN value IS 53 (21.09% from 255) = 81.54%
BLUE value IS 7 (3.12% from 255) = 10.77%
R=7.69%
G=81.54%
B=10.77%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal55370.9100.870.79122.582.7611.37
Hex53575B0574F7a53b
Octal5657133012711717212313
Binary1011101011111011011010101111001111111101010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053507; }

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

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

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

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

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

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

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

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