#153012

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

Shades of Myrtle #153012

Tints of Myrtle #153012

Color information

#153012 (or 0x153012) is unknown color: approx Myrtle. HEX triplet: 15, 30 and 12. RGB value is (21,48,18). Sum of RGB (Red+Green+Blue) = 21+48+18=87 (11% of max value = 765). Red value is 21 (8.59% from 255 or 24.14% from 87); Green value is 48 (19.14% from 255 or 55.17% from 87); Blue value is 18 (7.42% from 255 or 20.69% from 87); Max value from RGB is 48 - color contains mainly: green. Hex color #153012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #153012 is #EACFED. Grayscale: #242424. Windows color (decimal): -15388654 or 1191957. OLE color: 1191957.

HSL color Cylindrical-coordinate representation of color #153012: hue angle of 114º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #153012 is Cyan = 0.56, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.81.

Color convert

RGB214818-
CMYK0.5600.630.81
HSL114º45.45%12.94%-
HSV(B)114º62.5%18.82%-
XYZ1.482.320.94-
YUV36.51117.55116.94-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 24.14%
GREEN value IS 48 (19.14% from 255) = 55.17%
BLUE value IS 18 (7.42% from 255) = 20.69%
R=24.14%
G=55.17%
B=20.69%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2148180.5600.630.8111445.4512.94
Hex1530123803F51722dd
Octal256022700771211625515
Binary10101110000100101110000111111101000111100101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153012; }

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

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

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

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

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

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

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

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