#114829

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

Shades of Zuccini #114829

Tints of Zuccini #114829

Color information

#114829 (or 0x114829) is unknown color: approx Zuccini. HEX triplet: 11, 48 and 29. RGB value is (17,72,41). Sum of RGB (Red+Green+Blue) = 17+72+41=130 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.08% from 130); Green value is 72 (28.52% from 255 or 55.38% from 130); Blue value is 41 (16.41% from 255 or 31.54% from 130); Max value from RGB is 72 - color contains mainly: green. Hex color #114829 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114829 is #EEB7D6. Grayscale: #343434. Windows color (decimal): -15644631 or 2705425. OLE color: 2705425.

HSL color Cylindrical-coordinate representation of color #114829: hue angle of 146.18º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #114829 is Cyan = 0.76, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.72.

Color convert

RGB177241-
CMYK0.7600.430.72
HSL146.18º61.8%17.45%-
HSV(B)146.18º76.39%28.24%-
XYZ2.954.912.89-
YUV52.02121.78103.02-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.08%
GREEN value IS 72 (28.52% from 255) = 55.38%
BLUE value IS 41 (16.41% from 255) = 31.54%
R=13.08%
G=55.38%
B=31.54%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1772410.7600.430.72146.1861.817.45
Hex1148294C02B48923e11
Octal21110511140531102227621
Binary1000110010001010011001100010101110010001001001011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114829; }

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

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

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

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

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

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

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

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