Html Css Color HEX #125019 Myrtle

📋 copy color: '#125019'

red 18 ◦ green 80 ◦ blue 25

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

Shades of Myrtle #125019

Tints of Myrtle #125019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 20.33%

R = 14.63%
G = 65.04%
B = 20.33%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.69

 K value IS 0.69

RGB Variations

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

Color information

#125019 (or 0x125019) is known color: Myrtle. HEX triplet: 12, 50 and 19. RGB value is (18,80,25). Sum of RGB (Red+Green+Blue) = 18+80+25=123 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.63% from 123); Green value is 80 (31.64% from 255 or 65.04% from 123); Blue value is 25 (10.16% from 255 or 20.33% from 123); Max value from RGB is 80 - color contains mainly: green. Hex color #125019 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125019 is #EDAFE6. Grayscale: #373737. Windows color (decimal): -15577063 or 1658898. OLE color: 1658898.

HSL color Cylindrical-coordinate representation of color #125019: hue angle of 126.77º 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 #125019 is Cyan = 0.78, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 80 25 -
CMYK 0.78 0 0.69 0.69
HSL 126.77º 0.63% 0.19% -
HSV(B) 126.77º 0.78% 0.31% -
XYZ 3.29 5.94 1.89 -
YUV 55.19 110.96 101.47 -
System Red Green Blue C M Y K H S L
Decimal 18 80 25 0.78 0 0.69 0.69 126.77 0.63 0.19
Hex 12 50 19 4E 0 45 45 7F 3F 13
Octal 22 120 31 116 0 105 105 177 77 23
Binary 10010 1010000 11001 1001110 0 1000101 1000101 1111111 111111 10011

Color Harmonies of #125019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125019

Black with #125019

Text Example


Text Example

White with #125019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125019; }

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

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

background-color css

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

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

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

border-color css

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

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

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