Html Css Color HEX #124311 Myrtle

📋 copy color: '#124311'

red 18 ◦ green 67 ◦ blue 17

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

Shades of Myrtle #124311

Tints of Myrtle #124311

RGB

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

 GREEN value IS 67 (26.56% from 255) = 65.69%

 BLUE value IS 17 (7.03% from 255) = 16.67%

R = 17.65%
G = 65.69%
B = 16.67%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.75

 K value IS 0.74

RGB Variations

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

Color information

#124311 (or 0x124311) is known color: Myrtle. HEX triplet: 12, 43 and 11. RGB value is (18,67,17). Sum of RGB (Red+Green+Blue) = 18+67+17=102 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.65% from 102); Green value is 67 (26.56% from 255 or 65.69% from 102); Blue value is 17 (7.03% from 255 or 16.67% from 102); Max value from RGB is 67 - color contains mainly: green. Hex color #124311 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124311 is #EDBCEE. Grayscale: #2E2E2E. Windows color (decimal): -15580399 or 1131282. OLE color: 1131282.

HSL color Cylindrical-coordinate representation of color #124311: hue angle of 118.8º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #124311 is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.74.

Color convert

RGB 18 67 17 -
CMYK 0.73 0 0.75 0.74
HSL 118.8º 0.6% 0.16% -
HSV(B) 118.8º 0.75% 0.26% -
XYZ 2.36 4.18 1.21 -
YUV 46.65 111.27 107.57 -
System Red Green Blue C M Y K H S L
Decimal 18 67 17 0.73 0 0.75 0.74 118.8 0.6 0.16
Hex 12 43 11 49 0 4B 4A 77 3C 10
Octal 22 103 21 111 0 113 112 167 74 20
Binary 10010 1000011 10001 1001001 0 1001011 1001010 1110111 111100 10000

Color Harmonies of #124311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124311

Black with #124311

Text Example


Text Example

White with #124311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124311; }

 p { color: rgb(18,67,17); }

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

background-color css

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

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

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

border-color css

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

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

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