Html Css Color HEX #124900 Myrtle

📋 copy color: '#124900'

red 18 ◦ green 73 ◦ blue 0

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

Shades of Myrtle #124900

Tints of Myrtle #124900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 19.78%
G = 80.22%
B = 0%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 1

 K value IS 0.71

RGB Variations

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

Color information

#124900 (or 0x124900) is known color: Myrtle. HEX triplet: 12, 49 and 00. RGB value is (18,73,0). Sum of RGB (Red+Green+Blue) = 18+73+0=91 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.78% from 91); Green value is 73 (28.91% from 255 or 80.22% from 91); Blue value is 0 (0.39% from 255 or 0% from 91); Max value from RGB is 73 - color contains mainly: green. Hex color #124900 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124900 is #EDB6FF. Grayscale: #303030. Windows color (decimal): -15578880 or 18706. OLE color: 18706.

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

Color convert

RGB 18 73 0 -
CMYK 0.75 0 1 0.71
HSL 105.21º 1% 0.14% -
HSV(B) 105.21º 1% 0.29% -
XYZ 2.63 4.89 0.81 -
YUV 48.23 100.78 106.44 -
System Red Green Blue C M Y K H S L
Decimal 18 73 0 0.75 0 1 0.71 105.21 1 0.14
Hex 12 49 0 4B 0 64 47 69 64 E
Octal 22 111 0 113 0 144 107 151 144 16
Binary 10010 1001001 0 1001011 0 1100100 1000111 1101001 1100100 1110

Color Harmonies of #124900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124900

Black with #124900

Text Example


Text Example

White with #124900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124900; }

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

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

background-color css

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

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

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

border-color css

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

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

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