Html Css Color HEX #124D12 Myrtle

📋 copy color: '#124D12'

red 18 ◦ green 77 ◦ blue 18

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

Shades of Myrtle #124D12

Tints of Myrtle #124D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 15.93%

R = 15.93%
G = 68.14%
B = 15.93%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.77

 K value IS 0.70

RGB Variations

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

Color information

#124D12 (or 0x124D12) is known color: Myrtle. HEX triplet: 12, 4D and 12. RGB value is (18,77,18). Sum of RGB (Red+Green+Blue) = 18+77+18=113 (14% of max value = 765). Red value is 18 (7.42% from 255 or 15.93% from 113); Green value is 77 (30.47% from 255 or 68.14% from 113); Blue value is 18 (7.42% from 255 or 15.93% from 113); Max value from RGB is 77 - color contains mainly: green. Hex color #124D12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #124D12 is #EDB2ED. Grayscale: #343434. Windows color (decimal): -15577838 or 1199378. OLE color: 1199378.

HSL color Cylindrical-coordinate representation of color #124D12: hue angle of 120º 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 #124D12 is Cyan = 0.77, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.70.

Color convert

RGB 18 77 18 -
CMYK 0.77 0 0.77 0.70
HSL 120º 0.62% 0.19% -
HSV(B) 120º 0.77% 0.3% -
XYZ 3.01 5.48 1.47 -
YUV 52.63 108.45 103.3 -
System Red Green Blue C M Y K H S L
Decimal 18 77 18 0.77 0 0.77 0.70 120 0.62 0.19
Hex 12 4D 12 4D 0 4D 46 78 3E 13
Octal 22 115 22 115 0 115 106 170 76 23
Binary 10010 1001101 10010 1001101 0 1001101 1000110 1111000 111110 10011

Color Harmonies of #124D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124D12

Black with #124D12

Text Example


Text Example

White with #124D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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