#114001

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

Shades of Myrtle #114001

Tints of Myrtle #114001

Color information

#114001 (or 0x114001) is unknown color: approx Myrtle. HEX triplet: 11, 40 and 01. RGB value is (17,64,1). Sum of RGB (Red+Green+Blue) = 17+64+1=82 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.73% from 82); Green value is 64 (25.39% from 255 or 78.05% from 82); Blue value is 1 (0.78% from 255 or 1.22% from 82); Max value from RGB is 64 - color contains mainly: green. Hex color #114001 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114001 is #EEBFFE. Grayscale: #2A2A2A. Windows color (decimal): -15646719 or 81937. OLE color: 81937.

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

Color convert

RGB17641-
CMYK0.7300.980.75
HSL104.76º96.92%12.75%-
HSV(B)104.76º98.44%25.1%-
XYZ2.073.790.65-
YUV42.76104.43109.62-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 20.73%
GREEN value IS 64 (25.39% from 255) = 78.05%
BLUE value IS 1 (0.78% from 255) = 1.22%
R=20.73%
G=78.05%
B=1.22%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal176410.7300.980.75104.7696.9212.75
Hex11401490624B6961d
Octal211001111014211315114115
Binary10001100000011001001011000101001011110100111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114001; }

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

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

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

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

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

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

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

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