#124813

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

Shades of Myrtle #124813

Tints of Myrtle #124813

Color information

#124813 (or 0x124813) is unknown color: approx Myrtle. HEX triplet: 12, 48 and 13. RGB value is (18,72,19). Sum of RGB (Red+Green+Blue) = 18+72+19=109 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.51% from 109); Green value is 72 (28.52% from 255 or 66.06% from 109); Blue value is 19 (7.81% from 255 or 17.43% from 109); Max value from RGB is 72 - color contains mainly: green. Hex color #124813 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124813 is #EDB7EC. Grayscale: #313131. Windows color (decimal): -15579117 or 1263634. OLE color: 1263634.

HSL color Cylindrical-coordinate representation of color #124813: hue angle of 121.11º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #124813 is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.72.

Color convert

RGB187219-
CMYK0.7500.740.72
HSL121.11º60%17.65%-
HSV(B)121.11º75%28.24%-
XYZ2.684.811.4-
YUV49.81110.61105.31-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.51%
GREEN value IS 72 (28.52% from 255) = 66.06%
BLUE value IS 19 (7.81% from 255) = 17.43%
R=16.51%
G=66.06%
B=17.43%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1872190.7500.740.72121.116017.65
Hex1248134B04A48793c12
Octal221102311301121101717422
Binary100101001000100111001011010010101001000111100111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124813; }

 p { color: rgb(18,72,19); }

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

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

 a { background-color: rgb(18,72,19); }

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

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

 span { border-color: rgb(18,72,19); }

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