#114627

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

Shades of Zuccini #114627

Tints of Zuccini #114627

Color information

#114627 (or 0x114627) is unknown color: approx Zuccini. HEX triplet: 11, 46 and 27. RGB value is (17,70,39). Sum of RGB (Red+Green+Blue) = 17+70+39=126 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.49% from 126); Green value is 70 (27.73% from 255 or 55.56% from 126); Blue value is 39 (15.62% from 255 or 30.95% from 126); Max value from RGB is 70 - color contains mainly: green. Hex color #114627 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114627 is #EEB9D8. Grayscale: #323232. Windows color (decimal): -15645145 or 2573841. OLE color: 2573841.

HSL color Cylindrical-coordinate representation of color #114627: hue angle of 144.91º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #114627 is Cyan = 0.76, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.73.

Color convert

RGB177039-
CMYK0.7600.440.73
HSL144.91º60.92%17.06%-
HSV(B)144.91º75.71%27.45%-
XYZ2.794.652.67-
YUV50.62121.44104.02-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.49%
GREEN value IS 70 (27.73% from 255) = 55.56%
BLUE value IS 39 (15.62% from 255) = 30.95%
R=13.49%
G=55.56%
B=30.95%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1770390.7600.440.73144.9160.9217.06
Hex1146274C02C49913d11
Octal21106471140541112217521
Binary1000110001101001111001100010110010010011001000111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114627; }

 p { color: rgb(17,70,39); }

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

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

 a { background-color: rgb(17,70,39); }

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

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

 span { border-color: rgb(17,70,39); }

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