Html Css Color HEX #114314 Myrtle

📋 copy color: '#114314'

red 17 ◦ green 67 ◦ blue 20

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

Shades of Myrtle #114314

Tints of Myrtle #114314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 19.23%

R = 16.35%
G = 64.42%
B = 19.23%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.70

 K value IS 0.74

RGB Variations

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

Color information

#114314 (or 0x114314) is known color: Myrtle. HEX triplet: 11, 43 and 14. RGB value is (17,67,20). Sum of RGB (Red+Green+Blue) = 17+67+20=104 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.35% from 104); Green value is 67 (26.56% from 255 or 64.42% from 104); Blue value is 20 (8.20% from 255 or 19.23% from 104); Max value from RGB is 67 - color contains mainly: green. Hex color #114314 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114314 is #EEBCEB. Grayscale: #2E2E2E. Windows color (decimal): -15645932 or 1327889. OLE color: 1327889.

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

Color convert

RGB 17 67 20 -
CMYK 0.75 0 0.70 0.74
HSL 123.6º 0.6% 0.16% -
HSV(B) 123.6º 0.75% 0.26% -
XYZ 2.36 4.18 1.34 -
YUV 46.69 112.94 106.82 -
System Red Green Blue C M Y K H S L
Decimal 17 67 20 0.75 0 0.70 0.74 123.6 0.6 0.16
Hex 11 43 14 4B 0 46 4A 7C 3C 10
Octal 21 103 24 113 0 106 112 174 74 20
Binary 10001 1000011 10100 1001011 0 1000110 1001010 1111100 111100 10000

Color Harmonies of #114314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114314

Black with #114314

Text Example


Text Example

White with #114314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114314; }

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

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

background-color css

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

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

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

border-color css

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

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

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