#052405

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

Shades of Myrtle #052405

Tints of Myrtle #052405

Color information

#052405 (or 0x052405) is unknown color: approx Myrtle. HEX triplet: 05, 24 and 05. RGB value is (5,36,5). Sum of RGB (Red+Green+Blue) = 5+36+5=46 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.87% from 46); Green value is 36 (14.45% from 255 or 78.26% from 46); Blue value is 5 (2.34% from 255 or 10.87% from 46); Max value from RGB is 36 - color contains mainly: green. Hex color #052405 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052405 is #FADBFA. Grayscale: #171717. Windows color (decimal): -16440315 or 336901. OLE color: 336901.

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

Color convert

RGB5365-
CMYK0.8600.860.86
HSL120º75.61%8.04%-
HSV(B)120º86.11%14.12%-
XYZ0.721.30.36-
YUV23.2117.73115.02-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 10.87%
GREEN value IS 36 (14.45% from 255) = 78.26%
BLUE value IS 5 (2.34% from 255) = 10.87%
R=10.87%
G=78.26%
B=10.87%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal53650.8600.860.8612075.618.04
Hex52455605656784c8
Octal5445126012612617011410
Binary1011001001011010110010101101010110111100010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052405; }

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

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

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

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

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

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

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

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