Html Css Color HEX #125D13 Myrtle

📋 copy color: '#125D13'

red 18 ◦ green 93 ◦ blue 19

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

Shades of Myrtle #125D13

Tints of Myrtle #125D13

RGB

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

 GREEN value IS 93 (36.72% from 255) = 71.54%

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

R = 13.85%
G = 71.54%
B = 14.62%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.80

 K value IS 0.64

RGB Variations

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

Color information

#125D13 (or 0x125D13) is known color: Myrtle. HEX triplet: 12, 5D and 13. RGB value is (18,93,19). Sum of RGB (Red+Green+Blue) = 18+93+19=130 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.85% from 130); Green value is 93 (36.72% from 255 or 71.54% from 130); Blue value is 19 (7.81% from 255 or 14.62% from 130); Max value from RGB is 93 - color contains mainly: green. Hex color #125D13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125D13 is #EDA2EC. Grayscale: #3E3E3E. Windows color (decimal): -15573741 or 1269010. OLE color: 1269010.

HSL color Cylindrical-coordinate representation of color #125D13: hue angle of 120.8º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #125D13 is Cyan = 0.81, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.64.

Color convert

RGB 18 93 19 -
CMYK 0.81 0 0.80 0.64
HSL 120.8º 0.68% 0.22% -
HSV(B) 120.8º 0.81% 0.36% -
XYZ 4.28 8 1.94 -
YUV 62.14 103.65 96.52 -
System Red Green Blue C M Y K H S L
Decimal 18 93 19 0.81 0 0.80 0.64 120.8 0.68 0.22
Hex 12 5D 13 51 0 50 40 79 44 16
Octal 22 135 23 121 0 120 100 171 104 26
Binary 10010 1011101 10011 1010001 0 1010000 1000000 1111001 1000100 10110

Color Harmonies of #125D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125D13

Black with #125D13

Text Example


Text Example

White with #125D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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