Html Css Color HEX #114000 Myrtle

📋 copy color: '#114000'

red 17 ◦ green 64 ◦ blue 0

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

Shades of Myrtle #114000

Tints of Myrtle #114000

RGB

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

 GREEN value IS 64 (25.39% from 255) = 79.01%

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

R = 20.99%
G = 79.01%
B = 0%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#114000 (or 0x114000) is known color: Myrtle. HEX triplet: 11, 40 and 00. RGB value is (17,64,0). Sum of RGB (Red+Green+Blue) = 17+64+0=81 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.99% from 81); Green value is 64 (25.39% from 255 or 79.01% from 81); Blue value is 0 (0.39% from 255 or 0% from 81); Max value from RGB is 64 - color contains mainly: green. Hex color #114000 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114000 is #EEBFFF. Grayscale: #2A2A2A. Windows color (decimal): -15646720 or 16401. OLE color: 16401.

HSL color Cylindrical-coordinate representation of color #114000: hue angle of 104.06º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #114000 is Cyan = 0.73, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.75.

Color convert

RGB 17 64 0 -
CMYK 0.73 0 1 0.75
HSL 104.06º 1% 0.13% -
HSV(B) 104.06º 1% 0.25% -
XYZ 2.06 3.79 0.62 -
YUV 42.65 103.93 109.7 -
System Red Green Blue C M Y K H S L
Decimal 17 64 0 0.73 0 1 0.75 104.06 1 0.13
Hex 11 40 0 49 0 64 4B 68 64 D
Octal 21 100 0 111 0 144 113 150 144 15
Binary 10001 1000000 0 1001001 0 1100100 1001011 1101000 1100100 1101

Color Harmonies of #114000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114000

Black with #114000

Text Example


Text Example

White with #114000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114000; }

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

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

background-color css

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

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

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

border-color css

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

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

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