Html Css Color HEX #113814 Myrtle

📋 copy color: '#113814'

red 17 ◦ green 56 ◦ blue 20

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

Shades of Myrtle #113814

Tints of Myrtle #113814

RGB

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

 GREEN value IS 56 (22.27% from 255) = 60.22%

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

R = 18.28%
G = 60.22%
B = 21.51%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#113814 (or 0x113814) is known color: Myrtle. HEX triplet: 11, 38 and 14. RGB value is (17,56,20). Sum of RGB (Red+Green+Blue) = 17+56+20=93 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.28% from 93); Green value is 56 (22.27% from 255 or 60.22% from 93); Blue value is 20 (8.20% from 255 or 21.51% from 93); Max value from RGB is 56 - color contains mainly: green. Hex color #113814 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113814 is #EEC7EB. Grayscale: #282828. Windows color (decimal): -15648748 or 1325073. OLE color: 1325073.

HSL color Cylindrical-coordinate representation of color #113814: hue angle of 124.62º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #113814 is Cyan = 0.70, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.78.

Color convert

RGB 17 56 20 -
CMYK 0.70 0 0.64 0.78
HSL 124.62º 0.53% 0.14% -
HSV(B) 124.62º 0.7% 0.22% -
XYZ 1.77 3 1.15 -
YUV 40.24 116.58 111.43 -
System Red Green Blue C M Y K H S L
Decimal 17 56 20 0.70 0 0.64 0.78 124.62 0.53 0.14
Hex 11 38 14 46 0 40 4E 7D 35 E
Octal 21 70 24 106 0 100 116 175 65 16
Binary 10001 111000 10100 1000110 0 1000000 1001110 1111101 110101 1110

Color Harmonies of #113814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113814

Black with #113814

Text Example


Text Example

White with #113814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113814; }

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

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

background-color css

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

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

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

border-color css

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

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

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