Html Css Color HEX #124413 Myrtle

📋 copy color: '#124413'

red 18 ◦ green 68 ◦ blue 19

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

Shades of Myrtle #124413

Tints of Myrtle #124413

RGB

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

 GREEN value IS 68 (26.95% from 255) = 64.76%

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

R = 17.14%
G = 64.76%
B = 18.1%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#124413 (or 0x124413) is known color: Myrtle. HEX triplet: 12, 44 and 13. RGB value is (18,68,19). Sum of RGB (Red+Green+Blue) = 18+68+19=105 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.14% from 105); Green value is 68 (26.95% from 255 or 64.76% from 105); Blue value is 19 (7.81% from 255 or 18.10% from 105); Max value from RGB is 68 - color contains mainly: green. Hex color #124413 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124413 is #EDBBEC. Grayscale: #2F2F2F. Windows color (decimal): -15580141 or 1262610. OLE color: 1262610.

HSL color Cylindrical-coordinate representation of color #124413: hue angle of 121.2º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #124413 is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.73.

Color convert

RGB 18 68 19 -
CMYK 0.74 0 0.72 0.73
HSL 121.2º 0.58% 0.17% -
HSV(B) 121.2º 0.74% 0.27% -
XYZ 2.43 4.31 1.32 -
YUV 47.46 111.94 106.98 -
System Red Green Blue C M Y K H S L
Decimal 18 68 19 0.74 0 0.72 0.73 121.2 0.58 0.17
Hex 12 44 13 4A 0 48 49 79 3A 11
Octal 22 104 23 112 0 110 111 171 72 21
Binary 10010 1000100 10011 1001010 0 1001000 1001001 1111001 111010 10001

Color Harmonies of #124413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124413

Black with #124413

Text Example


Text Example

White with #124413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124413; }

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

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

background-color css

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

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

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

border-color css

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

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

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