Html Css Color HEX #114312 Myrtle

📋 copy color: '#114312'

red 17 ◦ green 67 ◦ blue 18

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

Shades of Myrtle #114312

Tints of Myrtle #114312

RGB

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

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

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

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

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.73

 K value IS 0.74

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #114312: hue angle of 121.2º 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 #114312 is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.74.

Color convert

RGB 17 67 18 -
CMYK 0.75 0 0.73 0.74
HSL 121.2º 0.6% 0.16% -
HSV(B) 121.2º 0.75% 0.26% -
XYZ 2.35 4.18 1.25 -
YUV 46.46 111.94 106.98 -
System Red Green Blue C M Y K H S L
Decimal 17 67 18 0.75 0 0.73 0.74 121.2 0.6 0.16
Hex 11 43 12 4B 0 49 4A 79 3C 10
Octal 21 103 22 113 0 111 112 171 74 20
Binary 10001 1000011 10010 1001011 0 1001001 1001010 1111001 111100 10000

Color Harmonies of #114312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114312

Black with #114312

Text Example


Text Example

White with #114312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114312; }

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

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

background-color css

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

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

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

border-color css

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

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

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