Html Css Color HEX #124E14 Myrtle

📋 copy color: '#124E14'

red 18 ◦ green 78 ◦ blue 20

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

Shades of Myrtle #124E14

Tints of Myrtle #124E14

RGB

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

 GREEN value IS 78 (30.86% from 255) = 67.24%

 BLUE value IS 20 (8.2% from 255) = 17.24%

R = 15.52%
G = 67.24%
B = 17.24%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.74

 K value IS 0.69

RGB Variations

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

Color information

#124E14 (or 0x124E14) is known color: Myrtle. HEX triplet: 12, 4E and 14. RGB value is (18,78,20). Sum of RGB (Red+Green+Blue) = 18+78+20=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 78 (30.86% from 255 or 67.24% from 116); Blue value is 20 (8.20% from 255 or 17.24% from 116); Max value from RGB is 78 - color contains mainly: green. Hex color #124E14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #124E14 is #EDB1EB. Grayscale: #353535. Windows color (decimal): -15577580 or 1330706. OLE color: 1330706.

HSL color Cylindrical-coordinate representation of color #124E14: hue angle of 122º degrees, saturation: 0.62, 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 #124E14 is Cyan = 0.77, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 78 20 -
CMYK 0.77 0 0.74 0.69
HSL 122º 0.63% 0.19% -
HSV(B) 122º 0.77% 0.31% -
XYZ 3.1 5.63 1.58 -
YUV 53.45 109.12 102.72 -
System Red Green Blue C M Y K H S L
Decimal 18 78 20 0.77 0 0.74 0.69 122 0.63 0.19
Hex 12 4E 14 4D 0 4A 45 7A 3E 13
Octal 22 116 24 115 0 112 105 172 76 23
Binary 10010 1001110 10100 1001101 0 1001010 1000101 1111010 111110 10011

Color Harmonies of #124E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124E14

Black with #124E14

Text Example


Text Example

White with #124E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,78,20); }

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

background-color css

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

 a { background-color: rgb(18,78,20); }

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

border-color css

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

 span { border-color: rgb(18,78,20); }

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