#052305

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

Shades of Myrtle #052305

Tints of Myrtle #052305

Color information

#052305 (or 0x052305) is unknown color: approx Myrtle. HEX triplet: 05, 23 and 05. RGB value is (5,35,5). Sum of RGB (Red+Green+Blue) = 5+35+5=45 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.11% from 45); Green value is 35 (14.06% from 255 or 77.78% from 45); Blue value is 5 (2.34% from 255 or 11.11% from 45); Max value from RGB is 35 - color contains mainly: green. Hex color #052305 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052305 is #FADCFA. Grayscale: #161616. Windows color (decimal): -16440571 or 336645. OLE color: 336645.

HSL color Cylindrical-coordinate representation of color #052305: hue angle of 120º degrees, saturation: 0.75, 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 #052305 is Cyan = 0.86, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.86.

Color convert

RGB5355-
CMYK0.8600.860.86
HSL120º75%7.84%-
HSV(B)120º85.71%13.73%-
XYZ0.691.250.35-
YUV22.61118.06115.44-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 11.11%
GREEN value IS 35 (14.06% from 255) = 77.78%
BLUE value IS 5 (2.34% from 255) = 11.11%
R=11.11%
G=77.78%
B=11.11%

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
Decimal53550.8600.860.86120757.84
Hex52355605656784b8
Octal5435126012612617011310
Binary1011000111011010110010101101010110111100010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052305; }

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

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

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

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

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

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

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

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