Html Css Color HEX #123215 Myrtle

📋 copy color: '#123215'

red 18 ◦ green 50 ◦ blue 21

#123215
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #123215

Tints of Myrtle #123215

RGB

 RED value IS 18 (7.42% from 255) = 20.22%

 GREEN value IS 50 (19.92% from 255) = 56.18%

 BLUE value IS 21 (8.59% from 255) = 23.6%

R = 20.22%
G = 56.18%
B = 23.6%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.58

 K value IS 0.80

RGB Variations

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

Color information

#123215 (or 0x123215) is known color: Myrtle. HEX triplet: 12, 32 and 15. RGB value is (18,50,21). Sum of RGB (Red+Green+Blue) = 18+50+21=89 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.22% from 89); Green value is 50 (19.92% from 255 or 56.18% from 89); Blue value is 21 (8.59% from 255 or 23.60% from 89); Max value from RGB is 50 - color contains mainly: green. Hex color #123215 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123215 is #EDCDEA. Grayscale: #252525. Windows color (decimal): -15584747 or 1389074. OLE color: 1389074.

HSL color Cylindrical-coordinate representation of color #123215: hue angle of 125.62º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #123215 is Cyan = 0.64, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.80.

Color convert

RGB 18 50 21 -
CMYK 0.64 0 0.58 0.80
HSL 125.63º 0.47% 0.13% -
HSV(B) 125.63º 0.64% 0.2% -
XYZ 1.53 2.46 1.1 -
YUV 37.13 118.9 114.36 -
System Red Green Blue C M Y K H S L
Decimal 18 50 21 0.64 0 0.58 0.80 125.63 0.47 0.13
Hex 12 32 15 40 0 3A 50 7E 2F D
Octal 22 62 25 100 0 72 120 176 57 15
Binary 10010 110010 10101 1000000 0 111010 1010000 1111110 101111 1101

Color Harmonies of #123215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123215

Black with #123215

Text Example


Text Example

White with #123215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123215; }

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

 H1.HeaderClassName
 {
   color: #123215;
 }
 .AnyTagClassName
 {
   color: #123215;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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