#114427

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

Shades of Zuccini #114427

Tints of Zuccini #114427

Color information

#114427 (or 0x114427) is unknown color: approx Zuccini. HEX triplet: 11, 44 and 27. RGB value is (17,68,39). Sum of RGB (Red+Green+Blue) = 17+68+39=124 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.71% from 124); Green value is 68 (26.95% from 255 or 54.84% from 124); Blue value is 39 (15.62% from 255 or 31.45% from 124); Max value from RGB is 68 - color contains mainly: green. Hex color #114427 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114427 is #EEBBD8. Grayscale: #313131. Windows color (decimal): -15645657 or 2573329. OLE color: 2573329.

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

Color convert

RGB176839-
CMYK0.7500.430.73
HSL145.88º60%16.67%-
HSV(B)145.88º75%26.67%-
XYZ2.664.42.63-
YUV49.44122.1104.86-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.71%
GREEN value IS 68 (26.95% from 255) = 54.84%
BLUE value IS 39 (15.62% from 255) = 31.45%
R=13.71%
G=54.84%
B=31.45%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1768390.7500.430.73145.886016.67
Hex1144274B02B49923c11
Octal21104471130531112227421
Binary1000110001001001111001011010101110010011001001011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114427; }

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

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

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

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

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

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

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

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