#114127

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

Shades of Zuccini #114127

Tints of Zuccini #114127

Color information

#114127 (or 0x114127) is unknown color: approx Zuccini. HEX triplet: 11, 41 and 27. RGB value is (17,65,39). Sum of RGB (Red+Green+Blue) = 17+65+39=121 (16% of max value = 765). Red value is 17 (7.03% from 255 or 14.05% from 121); Green value is 65 (25.78% from 255 or 53.72% from 121); Blue value is 39 (15.62% from 255 or 32.23% from 121); Max value from RGB is 65 - color contains mainly: green. Hex color #114127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114127 is #EEBED8. Grayscale: #2F2F2F. Windows color (decimal): -15646425 or 2572561. OLE color: 2572561.

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

Color convert

RGB176539-
CMYK0.7400.400.75
HSL147.5º58.54%16.08%-
HSV(B)147.5º73.85%25.49%-
XYZ2.494.052.57-
YUV47.68123.1106.11-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.05%
GREEN value IS 65 (25.78% from 255) = 53.72%
BLUE value IS 39 (15.62% from 255) = 32.23%
R=14.05%
G=53.72%
B=32.23%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1765390.7400.400.75147.558.5416.08
Hex1141274A0284B943b10
Octal21101471120501132247320
Binary1000110000011001111001010010100010010111001010011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114127; }

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

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

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

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

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

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

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

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