#114629

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

Shades of Zuccini #114629

Tints of Zuccini #114629

Color information

#114629 (or 0x114629) is unknown color: approx Zuccini. HEX triplet: 11, 46 and 29. RGB value is (17,70,41). Sum of RGB (Red+Green+Blue) = 17+70+41=128 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.28% from 128); Green value is 70 (27.73% from 255 or 54.69% from 128); Blue value is 41 (16.41% from 255 or 32.03% from 128); Max value from RGB is 70 - color contains mainly: green. Hex color #114629 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114629 is #EEB9D6. Grayscale: #323232. Windows color (decimal): -15645143 or 2704913. OLE color: 2704913.

HSL color Cylindrical-coordinate representation of color #114629: hue angle of 147.17º 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 #114629 is Cyan = 0.76, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB177041-
CMYK0.7600.410.73
HSL147.17º60.92%17.06%-
HSV(B)147.17º75.71%27.45%-
XYZ2.824.662.85-
YUV50.85122.44103.86-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.28%
GREEN value IS 70 (27.73% from 255) = 54.69%
BLUE value IS 41 (16.41% from 255) = 32.03%
R=13.28%
G=54.69%
B=32.03%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1770410.7600.410.73147.1760.9217.06
Hex1146294C02949933d11
Octal21106511140511112237521
Binary1000110001101010011001100010100110010011001001111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114629; }

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

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

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

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

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

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

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

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