Html Css Color HEX #125113 Myrtle

📋 copy color: '#125113'

red 18 ◦ green 81 ◦ blue 19

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

Shades of Myrtle #125113

Tints of Myrtle #125113

RGB

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

 GREEN value IS 81 (32.03% from 255) = 68.64%

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

R = 15.25%
G = 68.64%
B = 16.1%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.77

 K value IS 0.68

RGB Variations

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

Color information

#125113 (or 0x125113) is known color: Myrtle. HEX triplet: 12, 51 and 13. RGB value is (18,81,19). Sum of RGB (Red+Green+Blue) = 18+81+19=118 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.25% from 118); Green value is 81 (32.03% from 255 or 68.64% from 118); Blue value is 19 (7.81% from 255 or 16.10% from 118); Max value from RGB is 81 - color contains mainly: green. Hex color #125113 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125113 is #EDAEEC. Grayscale: #373737. Windows color (decimal): -15576813 or 1265938. OLE color: 1265938.

HSL color Cylindrical-coordinate representation of color #125113: hue angle of 120.95º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #125113 is Cyan = 0.78, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.68.

Color convert

RGB 18 81 19 -
CMYK 0.78 0 0.77 0.68
HSL 120.95º 0.64% 0.19% -
HSV(B) 120.95º 0.78% 0.32% -
XYZ 3.31 6.06 1.61 -
YUV 55.1 107.63 101.54 -
System Red Green Blue C M Y K H S L
Decimal 18 81 19 0.78 0 0.77 0.68 120.95 0.64 0.19
Hex 12 51 13 4E 0 4D 44 79 40 13
Octal 22 121 23 116 0 115 104 171 100 23
Binary 10010 1010001 10011 1001110 0 1001101 1000100 1111001 1000000 10011

Color Harmonies of #125113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125113

Black with #125113

Text Example


Text Example

White with #125113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125113; }

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

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

background-color css

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

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

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

border-color css

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

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

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