Html Css Color HEX #114501 Myrtle

📋 copy color: '#114501'

red 17 ◦ green 69 ◦ blue 1

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

Shades of Myrtle #114501

Tints of Myrtle #114501

RGB

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

 GREEN value IS 69 (27.34% from 255) = 79.31%

 BLUE value IS 1 (0.78% from 255) = 1.15%

R = 19.54%
G = 79.31%
B = 1.15%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#114501 (or 0x114501) is known color: Myrtle. HEX triplet: 11, 45 and 01. RGB value is (17,69,1). Sum of RGB (Red+Green+Blue) = 17+69+1=87 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.54% from 87); Green value is 69 (27.34% from 255 or 79.31% from 87); Blue value is 1 (0.78% from 255 or 1.15% from 87); Max value from RGB is 69 - color contains mainly: green. Hex color #114501 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114501 is #EEBAFE. Grayscale: #2D2D2D. Windows color (decimal): -15645439 or 83217. OLE color: 83217.

HSL color Cylindrical-coordinate representation of color #114501: hue angle of 105.88º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #114501 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.73.

Color convert

RGB 17 69 1 -
CMYK 0.75 0 0.99 0.73
HSL 105.88º 0.97% 0.14% -
HSV(B) 105.88º 0.99% 0.27% -
XYZ 2.36 4.38 0.75 -
YUV 45.7 102.77 107.53 -
System Red Green Blue C M Y K H S L
Decimal 17 69 1 0.75 0 0.99 0.73 105.88 0.97 0.14
Hex 11 45 1 4B 0 63 49 6A 61 E
Octal 21 105 1 113 0 143 111 152 141 16
Binary 10001 1000101 1 1001011 0 1100011 1001001 1101010 1100001 1110

Color Harmonies of #114501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114501

Black with #114501

Text Example


Text Example

White with #114501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114501; }

 p { color: rgb(17,69,1); }

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

background-color css

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

 a { background-color: rgb(17,69,1); }

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

border-color css

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

 span { border-color: rgb(17,69,1); }

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