Html Css Color HEX #123315 Myrtle

📋 copy color: '#123315'

red 18 ◦ green 51 ◦ blue 21

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

Shades of Myrtle #123315

Tints of Myrtle #123315

RGB

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

 GREEN value IS 51 (20.31% from 255) = 56.67%

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

R = 20%
G = 56.67%
B = 23.33%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.59

 K value IS 0.8

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #123315: hue angle of 125.45º 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 #123315 is Cyan = 0.65, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.8.

Color convert

RGB 18 51 21 -
CMYK 0.65 0 0.59 0.8
HSL 125.45º 0.48% 0.14% -
HSV(B) 125.45º 0.65% 0.2% -
XYZ 1.57 2.55 1.12 -
YUV 37.71 118.57 113.94 -
System Red Green Blue C M Y K H S L
Decimal 18 51 21 0.65 0 0.59 0.8 125.45 0.48 0.14
Hex 12 33 15 41 0 3B 50 7D 30 E
Octal 22 63 25 101 0 73 120 175 60 16
Binary 10010 110011 10101 1000001 0 111011 1010000 1111101 110000 1110

Color Harmonies of #123315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123315

Black with #123315

Text Example


Text Example

White with #123315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123315; }

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

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

background-color css

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

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

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

border-color css

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

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

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