Html Css Color HEX #114200 Myrtle

📋 copy color: '#114200'

red 17 ◦ green 66 ◦ blue 0

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

Shades of Myrtle #114200

Tints of Myrtle #114200

RGB

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

 GREEN value IS 66 (26.17% from 255) = 79.52%

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

R = 20.48%
G = 79.52%
B = 0%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 1

 K value IS 0.74

RGB Variations

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

Color information

#114200 (or 0x114200) is known color: Myrtle. HEX triplet: 11, 42 and 00. RGB value is (17,66,0). Sum of RGB (Red+Green+Blue) = 17+66+0=83 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.48% from 83); Green value is 66 (26.17% from 255 or 79.52% from 83); Blue value is 0 (0.39% from 255 or 0% from 83); Max value from RGB is 66 - color contains mainly: green. Hex color #114200 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114200 is #EEBDFF. Grayscale: #2C2C2C. Windows color (decimal): -15646208 or 16913. OLE color: 16913.

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

Color convert

RGB 17 66 0 -
CMYK 0.74 0 1 0.74
HSL 104.55º 1% 0.13% -
HSV(B) 104.55º 1% 0.26% -
XYZ 2.18 4.02 0.66 -
YUV 43.83 103.27 108.87 -
System Red Green Blue C M Y K H S L
Decimal 17 66 0 0.74 0 1 0.74 104.55 1 0.13
Hex 11 42 0 4A 0 64 4A 69 64 D
Octal 21 102 0 112 0 144 112 151 144 15
Binary 10001 1000010 0 1001010 0 1100100 1001010 1101001 1100100 1101

Color Harmonies of #114200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114200

Black with #114200

Text Example


Text Example

White with #114200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114200; }

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

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

background-color css

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

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

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

border-color css

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

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

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