Html Css Color HEX #123513 Myrtle

📋 copy color: '#123513'

red 18 ◦ green 53 ◦ blue 19

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

Shades of Myrtle #123513

Tints of Myrtle #123513

RGB

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

 GREEN value IS 53 (21.09% from 255) = 58.89%

 BLUE value IS 19 (7.81% from 255) = 21.11%

R = 20%
G = 58.89%
B = 21.11%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.64

 K value IS 0.79

RGB Variations

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

Color information

#123513 (or 0x123513) is known color: Myrtle. HEX triplet: 12, 35 and 13. RGB value is (18,53,19). Sum of RGB (Red+Green+Blue) = 18+53+19=90 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20% from 90); Green value is 53 (21.09% from 255 or 58.89% from 90); Blue value is 19 (7.81% from 255 or 21.11% from 90); Max value from RGB is 53 - color contains mainly: green. Hex color #123513 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123513 is #EDCAEC. Grayscale: #262626. Windows color (decimal): -15583981 or 1258770. OLE color: 1258770.

HSL color Cylindrical-coordinate representation of color #123513: hue angle of 121.71º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #123513 is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.79.

Color convert

RGB 18 53 19 -
CMYK 0.66 0 0.64 0.79
HSL 121.71º 0.49% 0.14% -
HSV(B) 121.71º 0.66% 0.21% -
XYZ 1.64 2.72 1.06 -
YUV 38.66 116.9 113.26 -
System Red Green Blue C M Y K H S L
Decimal 18 53 19 0.66 0 0.64 0.79 121.71 0.49 0.14
Hex 12 35 13 42 0 40 4F 7A 31 E
Octal 22 65 23 102 0 100 117 172 61 16
Binary 10010 110101 10011 1000010 0 1000000 1001111 1111010 110001 1110

Color Harmonies of #123513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123513

Black with #123513

Text Example


Text Example

White with #123513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123513; }

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

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

background-color css

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

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

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

border-color css

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

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

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