#114428

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

Shades of Zuccini #114428

Tints of Zuccini #114428

Color information

#114428 (or 0x114428) is unknown color: approx Zuccini. HEX triplet: 11, 44 and 28. RGB value is (17,68,40). Sum of RGB (Red+Green+Blue) = 17+68+40=125 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.6% from 125); Green value is 68 (26.95% from 255 or 54.4% from 125); Blue value is 40 (16.02% from 255 or 32% from 125); Max value from RGB is 68 - color contains mainly: green. Hex color #114428 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114428 is #EEBBD7. Grayscale: #313131. Windows color (decimal): -15645656 or 2638865. OLE color: 2638865.

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

Color convert

RGB176840-
CMYK0.7500.410.73
HSL147.06º60%16.67%-
HSV(B)147.06º75%26.67%-
XYZ2.684.412.72-
YUV49.56122.6104.78-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.6%
GREEN value IS 68 (26.95% from 255) = 54.4%
BLUE value IS 40 (16.02% from 255) = 32%
R=13.6%
G=54.4%
B=32%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1768400.7500.410.73147.066016.67
Hex1144284B02949933c11
Octal21104501130511112237421
Binary1000110001001010001001011010100110010011001001111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114428; }

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

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

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

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

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

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

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

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