#052400

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

Shades of Myrtle #052400

Tints of Myrtle #052400

Color information

#052400 (or 0x052400) is unknown color: approx Myrtle. HEX triplet: 05, 24 and 00. RGB value is (5,36,0). Sum of RGB (Red+Green+Blue) = 5+36+0=41 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.20% from 41); Green value is 36 (14.45% from 255 or 87.80% from 41); Blue value is 0 (0.39% from 255 or 0% from 41); Max value from RGB is 36 - color contains mainly: green. Hex color #052400 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052400 is #FADBFF. Grayscale: #161616. Windows color (decimal): -16440320 or 9221. OLE color: 9221.

HSL color Cylindrical-coordinate representation of color #052400: hue angle of 111.67º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #052400 is Cyan = 0.86, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.86.

Color convert

RGB5360-
CMYK0.86010.86
HSL111.67º100%7.06%-
HSV(B)111.67º100%14.12%-
XYZ0.691.290.21-
YUV22.63115.23115.43-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 12.20%
GREEN value IS 36 (14.45% from 255) = 87.80%
BLUE value IS 0 (0.39% from 255) = 0%
R=12.20%
G=87.80%
B=0%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal53600.86010.86111.671007.06
Hex5240560645670647
Octal544012601441261601447
Binary1011001000101011001100100101011011100001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052400; }

 p { color: rgb(5,36,0); }

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

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

 a { background-color: rgb(5,36,0); }

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

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

 span { border-color: rgb(5,36,0); }

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