Html Css Color HEX #114613 Myrtle

📋 copy color: '#114613'

red 17 ◦ green 70 ◦ blue 19

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

Shades of Myrtle #114613

Tints of Myrtle #114613

RGB

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

 GREEN value IS 70 (27.73% from 255) = 66.04%

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

R = 16.04%
G = 66.04%
B = 17.92%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.73

 K value IS 0.73

RGB Variations

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

Color information

#114613 (or 0x114613) is known color: Myrtle. HEX triplet: 11, 46 and 13. RGB value is (17,70,19). Sum of RGB (Red+Green+Blue) = 17+70+19=106 (14% of max value = 765). Red value is 17 (7.03% from 255 or 16.04% from 106); Green value is 70 (27.73% from 255 or 66.04% from 106); Blue value is 19 (7.81% from 255 or 17.92% from 106); Max value from RGB is 70 - color contains mainly: green. Hex color #114613 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114613 is #EEB9EC. Grayscale: #303030. Windows color (decimal): -15645165 or 1263121. OLE color: 1263121.

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

Color convert

RGB 17 70 19 -
CMYK 0.76 0 0.73 0.73
HSL 122.26º 0.61% 0.17% -
HSV(B) 122.26º 0.76% 0.27% -
XYZ 2.54 4.55 1.36 -
YUV 48.34 111.44 105.65 -
System Red Green Blue C M Y K H S L
Decimal 17 70 19 0.76 0 0.73 0.73 122.26 0.61 0.17
Hex 11 46 13 4C 0 49 49 7A 3D 11
Octal 21 106 23 114 0 111 111 172 75 21
Binary 10001 1000110 10011 1001100 0 1001001 1001001 1111010 111101 10001

Color Harmonies of #114613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114613

Black with #114613

Text Example


Text Example

White with #114613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114613; }

 p { color: rgb(17,70,19); }

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

background-color css

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

 a { background-color: rgb(17,70,19); }

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

border-color css

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

 span { border-color: rgb(17,70,19); }

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