#114B1A

Color #114B1A Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #114B1A

Tints of Myrtle #114B1A

Color information

#114B1A (or 0x114B1A) is unknown color: approx Myrtle. HEX triplet: 11, 4B and 1A. RGB value is (17,75,26). Sum of RGB (Red+Green+Blue) = 17+75+26=118 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.41% from 118); Green value is 75 (29.69% from 255 or 63.56% from 118); Blue value is 26 (10.55% from 255 or 22.03% from 118); Max value from RGB is 75 - color contains mainly: green. Hex color #114B1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114B1A is #EEB4E5. Grayscale: #343434. Windows color (decimal): -15643878 or 1723153. OLE color: 1723153.

HSL color Cylindrical-coordinate representation of color #114B1A: hue angle of 129.31º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #114B1A is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.71.

Color convert

RGB177526-
CMYK0.7700.650.71
HSL129.31º63.04%18.04%-
HSV(B)129.31º77.33%29.41%-
XYZ2.935.231.83-
YUV52.07113.28102.98-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.41%
GREEN value IS 75 (29.69% from 255) = 63.56%
BLUE value IS 26 (10.55% from 255) = 22.03%
R=14.41%
G=63.56%
B=22.03%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1775260.7700.650.71129.3163.0418.04
Hex114B1A4D04147813f12
Octal211133211501011072017722
Binary1000110010111101010011010100000110001111000000111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114B1A; }

 p { color: rgb(17,75,26); }

 H1.HeaderClassName
 {
   color: #114B1A;
 }
 .AnyTagClassName
 {
   color: #114B1A;
 }
</style>
background-color css

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

 a { background-color: rgb(17,75,26); }

 div.DivClassName
 {
   background-color: #114B1A;
 }
 .BgClassName
 {
   background-color: #114B1A;
 }
</style>
border-color css

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

 span { border-color: rgb(17,75,26); }

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