#114528

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

Shades of Zuccini #114528

Tints of Zuccini #114528

Color information

#114528 (or 0x114528) is unknown color: approx Zuccini. HEX triplet: 11, 45 and 28. RGB value is (17,69,40). Sum of RGB (Red+Green+Blue) = 17+69+40=126 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.49% from 126); Green value is 69 (27.34% from 255 or 54.76% from 126); Blue value is 40 (16.02% from 255 or 31.75% from 126); Max value from RGB is 69 - color contains mainly: green. Hex color #114528 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114528 is #EEBAD7. Grayscale: #323232. Windows color (decimal): -15645400 or 2639121. OLE color: 2639121.

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

Color convert

RGB176940-
CMYK0.7500.420.73
HSL146.54º60.47%16.86%-
HSV(B)146.54º75.36%27.06%-
XYZ2.744.532.74-
YUV50.15122.27104.36-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.49%
GREEN value IS 69 (27.34% from 255) = 54.76%
BLUE value IS 40 (16.02% from 255) = 31.75%
R=13.49%
G=54.76%
B=31.75%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1769400.7500.420.73146.5460.4716.86
Hex1145284B02A49933c11
Octal21105501130521112237421
Binary1000110001011010001001011010101010010011001001111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114528; }

 p { color: rgb(17,69,40); }

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

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

 a { background-color: rgb(17,69,40); }

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

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

 span { border-color: rgb(17,69,40); }

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