Html Css Color HEX #124913 Myrtle

📋 copy color: '#124913'

red 18 ◦ green 73 ◦ blue 19

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

Shades of Myrtle #124913

Tints of Myrtle #124913

RGB

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

 GREEN value IS 73 (28.91% from 255) = 66.36%

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

R = 16.36%
G = 66.36%
B = 17.27%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.74

 K value IS 0.71

RGB Variations

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

Color information

#124913 (or 0x124913) is known color: Myrtle. HEX triplet: 12, 49 and 13. RGB value is (18,73,19). Sum of RGB (Red+Green+Blue) = 18+73+19=110 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.36% from 110); Green value is 73 (28.91% from 255 or 66.36% from 110); Blue value is 19 (7.81% from 255 or 17.27% from 110); Max value from RGB is 73 - color contains mainly: green. Hex color #124913 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124913 is #EDB6EC. Grayscale: #323232. Windows color (decimal): -15578861 or 1263890. OLE color: 1263890.

HSL color Cylindrical-coordinate representation of color #124913: hue angle of 121.09º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #124913 is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.71.

Color convert

RGB 18 73 19 -
CMYK 0.75 0 0.74 0.71
HSL 121.09º 0.6% 0.18% -
HSV(B) 121.09º 0.75% 0.29% -
XYZ 2.75 4.94 1.42 -
YUV 50.4 110.28 104.89 -
System Red Green Blue C M Y K H S L
Decimal 18 73 19 0.75 0 0.74 0.71 121.09 0.6 0.18
Hex 12 49 13 4B 0 4A 47 79 3C 12
Octal 22 111 23 113 0 112 107 171 74 22
Binary 10010 1001001 10011 1001011 0 1001010 1000111 1111001 111100 10010

Color Harmonies of #124913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124913

Black with #124913

Text Example


Text Example

White with #124913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124913; }

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

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

background-color css

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

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

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

border-color css

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

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

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