Html Css Color HEX #125519 Myrtle

📋 copy color: '#125519'

red 18 ◦ green 85 ◦ blue 25

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

Shades of Myrtle #125519

Tints of Myrtle #125519

RGB

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

 GREEN value IS 85 (33.59% from 255) = 66.41%

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

R = 14.06%
G = 66.41%
B = 19.53%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#125519 (or 0x125519) is known color: Myrtle. HEX triplet: 12, 55 and 19. RGB value is (18,85,25). Sum of RGB (Red+Green+Blue) = 18+85+25=128 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.06% from 128); Green value is 85 (33.59% from 255 or 66.41% from 128); Blue value is 25 (10.16% from 255 or 19.53% from 128); Max value from RGB is 85 - color contains mainly: green. Hex color #125519 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125519 is #EDAAE6. Grayscale: #3A3A3A. Windows color (decimal): -15575783 or 1660178. OLE color: 1660178.

HSL color Cylindrical-coordinate representation of color #125519: hue angle of 126.27º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #125519 is Cyan = 0.79, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB 18 85 25 -
CMYK 0.79 0 0.71 0.67
HSL 126.27º 0.65% 0.2% -
HSV(B) 126.27º 0.79% 0.33% -
XYZ 3.67 6.7 2.02 -
YUV 58.13 109.3 99.38 -
System Red Green Blue C M Y K H S L
Decimal 18 85 25 0.79 0 0.71 0.67 126.27 0.65 0.2
Hex 12 55 19 4F 0 47 43 7E 41 14
Octal 22 125 31 117 0 107 103 176 101 24
Binary 10010 1010101 11001 1001111 0 1000111 1000011 1111110 1000001 10100

Color Harmonies of #125519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125519

Black with #125519

Text Example


Text Example

White with #125519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125519; }

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

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

background-color css

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

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

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

border-color css

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

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

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