#05330A

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

Shades of Myrtle #05330A

Tints of Myrtle #05330A

Color information

#05330A (or 0x05330A) is unknown color: approx Myrtle. HEX triplet: 05, 33 and 0A. RGB value is (5,51,10). Sum of RGB (Red+Green+Blue) = 5+51+10=66 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.58% from 66); Green value is 51 (20.31% from 255 or 77.27% from 66); Blue value is 10 (4.30% from 255 or 15.15% from 66); Max value from RGB is 51 - color contains mainly: green. Hex color #05330A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05330A is #FACCF5. Grayscale: #202020. Windows color (decimal): -16436470 or 668421. OLE color: 668421.

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

Color convert

RGB55110-
CMYK0.9000.800.8
HSL126.52º82.14%10.98%-
HSV(B)126.52º90.2%20%-
XYZ1.32.420.69-
YUV32.57115.26108.33-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.58%
GREEN value IS 51 (20.31% from 255) = 77.27%
BLUE value IS 10 (4.30% from 255) = 15.15%
R=7.58%
G=77.27%
B=15.15%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal551100.9000.800.8126.5282.1410.98
Hex533A5A050507f52b
Octal56312132012012017712213
Binary10111001110101011010010100001010000111111110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05330A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05330A; }

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

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

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

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

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

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

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

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