#053208

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

Shades of Myrtle #053208

Tints of Myrtle #053208

Color information

#053208 (or 0x053208) is unknown color: approx Myrtle. HEX triplet: 05, 32 and 08. RGB value is (5,50,8). Sum of RGB (Red+Green+Blue) = 5+50+8=63 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.94% from 63); Green value is 50 (19.92% from 255 or 79.37% from 63); Blue value is 8 (3.52% from 255 or 12.70% from 63); Max value from RGB is 50 - color contains mainly: green. Hex color #053208 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053208 is #FACDF7. Grayscale: #1F1F1F. Windows color (decimal): -16436728 or 537093. OLE color: 537093.

HSL color Cylindrical-coordinate representation of color #053208: hue angle of 124º 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 #053208 is Cyan = 0.90, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.80.

Color convert

RGB5508-
CMYK0.9000.840.80
HSL124º81.82%10.78%-
HSV(B)124º90%19.61%-
XYZ1.252.330.61-
YUV31.76114.59108.92-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.94%
GREEN value IS 50 (19.92% from 255) = 79.37%
BLUE value IS 8 (3.52% from 255) = 12.70%
R=7.94%
G=79.37%
B=12.70%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal55080.9000.840.8012481.8210.78
Hex53285A054507c52b
Octal56210132012412017412213
Binary10111001010001011010010101001010000111110010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053208; }

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

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

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

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

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

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

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

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