#114026

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

Shades of Zuccini #114026

Tints of Zuccini #114026

Color information

#114026 (or 0x114026) is unknown color: approx Zuccini. HEX triplet: 11, 40 and 26. RGB value is (17,64,38). Sum of RGB (Red+Green+Blue) = 17+64+38=119 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.29% from 119); Green value is 64 (25.39% from 255 or 53.78% from 119); Blue value is 38 (15.23% from 255 or 31.93% from 119); Max value from RGB is 64 - color contains mainly: green. Hex color #114026 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114026 is #EEBFD9. Grayscale: #2F2F2F. Windows color (decimal): -15646682 or 2506769. OLE color: 2506769.

HSL color Cylindrical-coordinate representation of color #114026: hue angle of 146.81º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #114026 is Cyan = 0.73, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.75.

Color convert

RGB176438-
CMYK0.7300.410.75
HSL146.81º58.02%15.88%-
HSV(B)146.81º73.44%25.1%-
XYZ2.413.932.46-
YUV46.98122.93106.61-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.29%
GREEN value IS 64 (25.39% from 255) = 53.78%
BLUE value IS 38 (15.23% from 255) = 31.93%
R=14.29%
G=53.78%
B=31.93%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1764380.7300.410.75146.8158.0215.88
Hex114026490294B933a10
Octal21100461110511132237220
Binary1000110000001001101001001010100110010111001001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114026; }

 p { color: rgb(17,64,38); }

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

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

 a { background-color: rgb(17,64,38); }

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

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

 span { border-color: rgb(17,64,38); }

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