#153312

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

Shades of Myrtle #153312

Tints of Myrtle #153312

Color information

#153312 (or 0x153312) is unknown color: approx Myrtle. HEX triplet: 15, 33 and 12. RGB value is (21,51,18). Sum of RGB (Red+Green+Blue) = 21+51+18=90 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.33% from 90); Green value is 51 (20.31% from 255 or 56.67% from 90); Blue value is 18 (7.42% from 255 or 20% from 90); Max value from RGB is 51 - color contains mainly: green. Hex color #153312 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #153312 is #EACCED. Grayscale: #262626. Windows color (decimal): -15387886 or 1192725. OLE color: 1192725.

HSL color Cylindrical-coordinate representation of color #153312: hue angle of 114.55º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #153312 is Cyan = 0.59, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.8.

Color convert

RGB215118-
CMYK0.5900.650.8
HSL114.55º47.83%13.53%-
HSV(B)114.55º64.71%20%-
XYZ1.62.570.98-
YUV38.27116.56115.68-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 23.33%
GREEN value IS 51 (20.31% from 255) = 56.67%
BLUE value IS 18 (7.42% from 255) = 20%
R=23.33%
G=56.67%
B=20%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2151180.5900.650.8114.5547.8313.53
Hex1533123B041507330e
Octal2563227301011201636016
Binary101011100111001011101101000001101000011100111100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153312; }

 p { color: rgb(21,51,18); }

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

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

 a { background-color: rgb(21,51,18); }

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

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

 span { border-color: rgb(21,51,18); }

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