Html Css Color HEX #124D19 Myrtle

📋 copy color: '#124D19'

red 18 ◦ green 77 ◦ blue 25

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

Shades of Myrtle #124D19

Tints of Myrtle #124D19

RGB

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

 GREEN value IS 77 (30.47% from 255) = 64.17%

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

R = 15%
G = 64.17%
B = 20.83%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.68

 K value IS 0.70

RGB Variations

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

Color information

#124D19 (or 0x124D19) is known color: Myrtle. HEX triplet: 12, 4D and 19. RGB value is (18,77,25). Sum of RGB (Red+Green+Blue) = 18+77+25=120 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15% from 120); Green value is 77 (30.47% from 255 or 64.17% from 120); Blue value is 25 (10.16% from 255 or 20.83% from 120); Max value from RGB is 77 - color contains mainly: green. Hex color #124D19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #124D19 is #EDB2E6. Grayscale: #353535. Windows color (decimal): -15577831 or 1658130. OLE color: 1658130.

HSL color Cylindrical-coordinate representation of color #124D19: hue angle of 127.12º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #124D19 is Cyan = 0.77, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.70.

Color convert

RGB 18 77 25 -
CMYK 0.77 0 0.68 0.70
HSL 127.12º 0.62% 0.19% -
HSV(B) 127.12º 0.77% 0.3% -
XYZ 3.08 5.51 1.82 -
YUV 53.43 111.95 102.73 -
System Red Green Blue C M Y K H S L
Decimal 18 77 25 0.77 0 0.68 0.70 127.12 0.62 0.19
Hex 12 4D 19 4D 0 44 46 7F 3E 13
Octal 22 115 31 115 0 104 106 177 76 23
Binary 10010 1001101 11001 1001101 0 1000100 1000110 1111111 111110 10011

Color Harmonies of #124D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124D19

Black with #124D19

Text Example


Text Example

White with #124D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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