Html Css Color HEX #124A17 Myrtle

📋 copy color: '#124A17'

red 18 ◦ green 74 ◦ blue 23

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

Shades of Myrtle #124A17

Tints of Myrtle #124A17

RGB

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

 GREEN value IS 74 (29.3% from 255) = 64.35%

 BLUE value IS 23 (9.38% from 255) = 20%

R = 15.65%
G = 64.35%
B = 20%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.69

 K value IS 0.71

RGB Variations

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

Color information

#124A17 (or 0x124A17) is known color: Myrtle. HEX triplet: 12, 4A and 17. RGB value is (18,74,23). Sum of RGB (Red+Green+Blue) = 18+74+23=115 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.65% from 115); Green value is 74 (29.30% from 255 or 64.35% from 115); Blue value is 23 (9.38% from 255 or 20% from 115); Max value from RGB is 74 - color contains mainly: green. Hex color #124A17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124A17 is #EDB5E8. Grayscale: #333333. Windows color (decimal): -15578601 or 1526290. OLE color: 1526290.

HSL color Cylindrical-coordinate representation of color #124A17: hue angle of 125.36º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #124A17 is Cyan = 0.76, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.71.

Color convert

RGB 18 74 23 -
CMYK 0.76 0 0.69 0.71
HSL 125.36º 0.61% 0.18% -
HSV(B) 125.36º 0.76% 0.29% -
XYZ 2.85 5.09 1.64 -
YUV 51.44 111.95 104.15 -
System Red Green Blue C M Y K H S L
Decimal 18 74 23 0.76 0 0.69 0.71 125.36 0.61 0.18
Hex 12 4A 17 4C 0 45 47 7D 3D 12
Octal 22 112 27 114 0 105 107 175 75 22
Binary 10010 1001010 10111 1001100 0 1000101 1000111 1111101 111101 10010

Color Harmonies of #124A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124A17

Black with #124A17

Text Example


Text Example

White with #124A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,74,23); }

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

background-color css

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

 a { background-color: rgb(18,74,23); }

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

border-color css

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

 span { border-color: rgb(18,74,23); }

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