Html Css Color HEX #125013 Myrtle

📋 copy color: '#125013'

red 18 ◦ green 80 ◦ blue 19

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

Shades of Myrtle #125013

Tints of Myrtle #125013

RGB

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

 GREEN value IS 80 (31.64% from 255) = 68.38%

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

R = 15.38%
G = 68.38%
B = 16.24%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.76

 K value IS 0.69

RGB Variations

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

Color information

#125013 (or 0x125013) is known color: Myrtle. HEX triplet: 12, 50 and 13. RGB value is (18,80,19). Sum of RGB (Red+Green+Blue) = 18+80+19=117 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.38% from 117); Green value is 80 (31.64% from 255 or 68.38% from 117); Blue value is 19 (7.81% from 255 or 16.24% from 117); Max value from RGB is 80 - color contains mainly: green. Hex color #125013 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125013 is #EDAFEC. Grayscale: #363636. Windows color (decimal): -15577069 or 1265682. OLE color: 1265682.

HSL color Cylindrical-coordinate representation of color #125013: hue angle of 120.97º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #125013 is Cyan = 0.78, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 80 19 -
CMYK 0.78 0 0.76 0.69
HSL 120.97º 0.63% 0.19% -
HSV(B) 120.97º 0.78% 0.31% -
XYZ 3.24 5.91 1.59 -
YUV 54.51 107.96 101.96 -
System Red Green Blue C M Y K H S L
Decimal 18 80 19 0.78 0 0.76 0.69 120.97 0.63 0.19
Hex 12 50 13 4E 0 4C 45 79 3F 13
Octal 22 120 23 116 0 114 105 171 77 23
Binary 10010 1010000 10011 1001110 0 1001100 1000101 1111001 111111 10011

Color Harmonies of #125013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125013

Black with #125013

Text Example


Text Example

White with #125013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125013; }

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

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

background-color css

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

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

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

border-color css

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

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

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