#123414

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

Shades of Myrtle #123414

Tints of Myrtle #123414

Color information

#123414 (or 0x123414) is unknown color: approx Myrtle. HEX triplet: 12, 34 and 14. RGB value is (18,52,20). Sum of RGB (Red+Green+Blue) = 18+52+20=90 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20% from 90); Green value is 52 (20.70% from 255 or 57.78% from 90); Blue value is 20 (8.20% from 255 or 22.22% from 90); Max value from RGB is 52 - color contains mainly: green. Hex color #123414 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123414 is #EDCBEB. Grayscale: #262626. Windows color (decimal): -15584236 or 1324050. OLE color: 1324050.

HSL color Cylindrical-coordinate representation of color #123414: hue angle of 123.53º degrees, saturation: 0.49, 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 #123414 is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.80.

Color convert

RGB185220-
CMYK0.6500.620.80
HSL123.53º48.57%13.73%-
HSV(B)123.53º65.38%20.39%-
XYZ1.62.641.09-
YUV38.19117.74113.6-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20%
GREEN value IS 52 (20.70% from 255) = 57.78%
BLUE value IS 20 (8.20% from 255) = 22.22%
R=20%
G=57.78%
B=22.22%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1852200.6500.620.80123.5348.5713.73
Hex1234144103E507c31e
Octal2264241010761201746116
Binary100101101001010010000010111110101000011111001100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123414; }

 p { color: rgb(18,52,20); }

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

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

 a { background-color: rgb(18,52,20); }

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

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

 span { border-color: rgb(18,52,20); }

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