#052605

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

Shades of Myrtle #052605

Tints of Myrtle #052605

Color information

#052605 (or 0x052605) is unknown color: approx Myrtle. HEX triplet: 05, 26 and 05. RGB value is (5,38,5). Sum of RGB (Red+Green+Blue) = 5+38+5=48 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.42% from 48); Green value is 38 (15.23% from 255 or 79.17% from 48); Blue value is 5 (2.34% from 255 or 10.42% from 48); Max value from RGB is 38 - color contains mainly: green. Hex color #052605 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052605 is #FAD9FA. Grayscale: #181818. Windows color (decimal): -16439803 or 337413. OLE color: 337413.

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

Color convert

RGB5385-
CMYK0.8700.870.85
HSL120º76.74%8.43%-
HSV(B)120º86.84%14.9%-
XYZ0.781.430.38-
YUV24.37117.07114.18-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 10.42%
GREEN value IS 38 (15.23% from 255) = 79.17%
BLUE value IS 5 (2.34% from 255) = 10.42%
R=10.42%
G=79.17%
B=10.42%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal53850.8700.870.8512076.748.43
Hex52655705755784d8
Octal5465127012712517011510
Binary1011001101011010111010101111010101111100010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052605; }

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

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

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

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

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

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

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

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