Html Css Color HEX #114800 Myrtle

📋 copy color: '#114800'

red 17 ◦ green 72 ◦ blue 0

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

Shades of Myrtle #114800

Tints of Myrtle #114800

RGB

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

 GREEN value IS 72 (28.52% from 255) = 80.9%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 19.1%
G = 80.9%
B = 0%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#114800 (or 0x114800) is known color: Myrtle. HEX triplet: 11, 48 and 00. RGB value is (17,72,0). Sum of RGB (Red+Green+Blue) = 17+72+0=89 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.10% from 89); Green value is 72 (28.52% from 255 or 80.90% from 89); Blue value is 0 (0.39% from 255 or 0% from 89); Max value from RGB is 72 - color contains mainly: green. Hex color #114800 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114800 is #EEB7FF. Grayscale: #2F2F2F. Windows color (decimal): -15644672 or 18449. OLE color: 18449.

HSL color Cylindrical-coordinate representation of color #114800: hue angle of 105.83º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #114800 is Cyan = 0.76, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.72.

Color convert

RGB 17 72 0 -
CMYK 0.76 0 1 0.72
HSL 105.83º 1% 0.14% -
HSV(B) 105.83º 1% 0.28% -
XYZ 2.55 4.75 0.78 -
YUV 47.35 101.28 106.35 -
System Red Green Blue C M Y K H S L
Decimal 17 72 0 0.76 0 1 0.72 105.83 1 0.14
Hex 11 48 0 4C 0 64 48 6A 64 E
Octal 21 110 0 114 0 144 110 152 144 16
Binary 10001 1001000 0 1001100 0 1100100 1001000 1101010 1100100 1110

Color Harmonies of #114800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114800

Black with #114800

Text Example


Text Example

White with #114800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114800; }

 p { color: rgb(17,72,0); }

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

background-color css

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

 a { background-color: rgb(17,72,0); }

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

border-color css

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

 span { border-color: rgb(17,72,0); }

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