#114008

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

Shades of Myrtle #114008

Tints of Myrtle #114008

Color information

#114008 (or 0x114008) is unknown color: approx Myrtle. HEX triplet: 11, 40 and 08. RGB value is (17,64,8). Sum of RGB (Red+Green+Blue) = 17+64+8=89 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.10% from 89); Green value is 64 (25.39% from 255 or 71.91% from 89); Blue value is 8 (3.52% from 255 or 8.99% from 89); Max value from RGB is 64 - color contains mainly: green. Hex color #114008 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114008 is #EEBFF7. Grayscale: #2B2B2B. Windows color (decimal): -15646712 or 540689. OLE color: 540689.

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

Color convert

RGB17648-
CMYK0.7300.870.75
HSL110.36º77.78%14.12%-
HSV(B)110.36º87.5%25.1%-
XYZ2.113.80.85-
YUV43.56107.93109.05-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.10%
GREEN value IS 64 (25.39% from 255) = 71.91%
BLUE value IS 8 (3.52% from 255) = 8.99%
R=19.10%
G=71.91%
B=8.99%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal176480.7300.870.75110.3677.7814.12
Hex11408490574B6e4ee
Octal2110010111012711315611616
Binary10001100000010001001001010101111001011110111010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114008; }

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

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

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

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

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

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

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

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