Html Css Color HEX #124F19 Myrtle

📋 copy color: '#124F19'

red 18 ◦ green 79 ◦ blue 25

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

Shades of Myrtle #124F19

Tints of Myrtle #124F19

RGB

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

 GREEN value IS 79 (31.25% from 255) = 64.75%

 BLUE value IS 25 (10.16% from 255) = 20.49%

R = 14.75%
G = 64.75%
B = 20.49%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.68

 K value IS 0.69

RGB Variations

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

Color information

#124F19 (or 0x124F19) is known color: Myrtle. HEX triplet: 12, 4F and 19. RGB value is (18,79,25). Sum of RGB (Red+Green+Blue) = 18+79+25=122 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.75% from 122); Green value is 79 (31.25% from 255 or 64.75% from 122); Blue value is 25 (10.16% from 255 or 20.49% from 122); Max value from RGB is 79 - color contains mainly: green. Hex color #124F19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #124F19 is #EDB0E6. Grayscale: #363636. Windows color (decimal): -15577319 or 1658642. OLE color: 1658642.

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

Color convert

RGB 18 79 25 -
CMYK 0.77 0 0.68 0.69
HSL 126.89º 0.63% 0.19% -
HSV(B) 126.89º 0.77% 0.31% -
XYZ 3.22 5.79 1.87 -
YUV 54.61 111.29 101.89 -
System Red Green Blue C M Y K H S L
Decimal 18 79 25 0.77 0 0.68 0.69 126.89 0.63 0.19
Hex 12 4F 19 4D 0 44 45 7F 3F 13
Octal 22 117 31 115 0 104 105 177 77 23
Binary 10010 1001111 11001 1001101 0 1000100 1000101 1111111 111111 10011

Color Harmonies of #124F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124F19

Black with #124F19

Text Example


Text Example

White with #124F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,79,25); }

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

background-color css

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

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

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

border-color css

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

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

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