#053308

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

Shades of Myrtle #053308

Tints of Myrtle #053308

Color information

#053308 (or 0x053308) is unknown color: approx Myrtle. HEX triplet: 05, 33 and 08. RGB value is (5,51,8). Sum of RGB (Red+Green+Blue) = 5+51+8=64 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.81% from 64); Green value is 51 (20.31% from 255 or 79.69% from 64); Blue value is 8 (3.52% from 255 or 12.5% from 64); Max value from RGB is 51 - color contains mainly: green. Hex color #053308 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053308 is #FACCF7. Grayscale: #202020. Windows color (decimal): -16436472 or 537349. OLE color: 537349.

HSL color Cylindrical-coordinate representation of color #053308: hue angle of 123.91º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #053308 is Cyan = 0.90, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.8.

Color convert

RGB5518-
CMYK0.9000.840.8
HSL123.91º82.14%10.98%-
HSV(B)123.91º90.2%20%-
XYZ1.292.420.63-
YUV32.34114.26108.5-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.81%
GREEN value IS 51 (20.31% from 255) = 79.69%
BLUE value IS 8 (3.52% from 255) = 12.5%
R=7.81%
G=79.69%
B=12.5%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal55180.9000.840.8123.9182.1410.98
Hex53385A054507c52b
Octal56310132012412017412213
Binary10111001110001011010010101001010000111110010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053308; }

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

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

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

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

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

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

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

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