#053508

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

Shades of Myrtle #053508

Tints of Myrtle #053508

Color information

#053508 (or 0x053508) is unknown color: approx Myrtle. HEX triplet: 05, 35 and 08. RGB value is (5,53,8). Sum of RGB (Red+Green+Blue) = 5+53+8=66 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.58% from 66); Green value is 53 (21.09% from 255 or 80.30% from 66); Blue value is 8 (3.52% from 255 or 12.12% from 66); Max value from RGB is 53 - color contains mainly: green. Hex color #053508 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053508 is #FACAF7. Grayscale: #212121. Windows color (decimal): -16435960 or 537861. OLE color: 537861.

HSL color Cylindrical-coordinate representation of color #053508: hue angle of 123.75º 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 #053508 is Cyan = 0.91, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.79.

Color convert

RGB5538-
CMYK0.9100.850.79
HSL123.75º82.76%11.37%-
HSV(B)123.75º90.57%20.78%-
XYZ1.382.60.66-
YUV33.52113.6107.66-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.58%
GREEN value IS 53 (21.09% from 255) = 80.30%
BLUE value IS 8 (3.52% from 255) = 12.12%
R=7.58%
G=80.30%
B=12.12%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal55380.9100.850.79123.7582.7611.37
Hex53585B0554F7c53b
Octal56510133012511717412313
Binary10111010110001011011010101011001111111110010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053508; }

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

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

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

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

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

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

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

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