Html Css Color HEX #125913 Myrtle

📋 copy color: '#125913'

red 18 ◦ green 89 ◦ blue 19

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

Shades of Myrtle #125913

Tints of Myrtle #125913

RGB

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

 GREEN value IS 89 (35.16% from 255) = 70.63%

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

R = 14.29%
G = 70.63%
B = 15.08%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.79

 K value IS 0.65

RGB Variations

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

Color information

#125913 (or 0x125913) is known color: Myrtle. HEX triplet: 12, 59 and 13. RGB value is (18,89,19). Sum of RGB (Red+Green+Blue) = 18+89+19=126 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.29% from 126); Green value is 89 (35.16% from 255 or 70.63% from 126); Blue value is 19 (7.81% from 255 or 15.08% from 126); Max value from RGB is 89 - color contains mainly: green. Hex color #125913 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125913 is #EDA6EC. Grayscale: #3C3C3C. Windows color (decimal): -15574765 or 1267986. OLE color: 1267986.

HSL color Cylindrical-coordinate representation of color #125913: hue angle of 120.85º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125913 is Cyan = 0.80, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 89 19 -
CMYK 0.80 0 0.79 0.65
HSL 120.85º 0.66% 0.21% -
HSV(B) 120.85º 0.8% 0.35% -
XYZ 3.94 7.32 1.82 -
YUV 59.79 104.98 98.19 -
System Red Green Blue C M Y K H S L
Decimal 18 89 19 0.80 0 0.79 0.65 120.85 0.66 0.21
Hex 12 59 13 50 0 4F 41 79 42 15
Octal 22 131 23 120 0 117 101 171 102 25
Binary 10010 1011001 10011 1010000 0 1001111 1000001 1111001 1000010 10101

Color Harmonies of #125913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125913

Black with #125913

Text Example


Text Example

White with #125913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125913; }

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

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

background-color css

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

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

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

border-color css

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

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

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