Html Css Color HEX #124113 Myrtle

📋 copy color: '#124113'

red 18 ◦ green 65 ◦ blue 19

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

Shades of Myrtle #124113

Tints of Myrtle #124113

RGB

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

 GREEN value IS 65 (25.78% from 255) = 63.73%

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

R = 17.65%
G = 63.73%
B = 18.63%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.71

 K value IS 0.75

RGB Variations

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

Color information

#124113 (or 0x124113) is known color: Myrtle. HEX triplet: 12, 41 and 13. RGB value is (18,65,19). Sum of RGB (Red+Green+Blue) = 18+65+19=102 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.65% from 102); Green value is 65 (25.78% from 255 or 63.73% from 102); Blue value is 19 (7.81% from 255 or 18.63% from 102); Max value from RGB is 65 - color contains mainly: green. Hex color #124113 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124113 is #EDBEEC. Grayscale: #2D2D2D. Windows color (decimal): -15580909 or 1261842. OLE color: 1261842.

HSL color Cylindrical-coordinate representation of color #124113: hue angle of 121.28º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #124113 is Cyan = 0.72, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.75.

Color convert

RGB 18 65 19 -
CMYK 0.72 0 0.71 0.75
HSL 121.28º 0.57% 0.16% -
HSV(B) 121.28º 0.72% 0.25% -
XYZ 2.26 3.96 1.26 -
YUV 45.7 112.93 108.24 -
System Red Green Blue C M Y K H S L
Decimal 18 65 19 0.72 0 0.71 0.75 121.28 0.57 0.16
Hex 12 41 13 48 0 47 4B 79 39 10
Octal 22 101 23 110 0 107 113 171 71 20
Binary 10010 1000001 10011 1001000 0 1000111 1001011 1111001 111001 10000

Color Harmonies of #124113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124113

Black with #124113

Text Example


Text Example

White with #124113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124113; }

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

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

background-color css

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

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

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

border-color css

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

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

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