#114027

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

Shades of Zuccini #114027

Tints of Zuccini #114027

Color information

#114027 (or 0x114027) is unknown color: approx Zuccini. HEX triplet: 11, 40 and 27. RGB value is (17,64,39). Sum of RGB (Red+Green+Blue) = 17+64+39=120 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.17% from 120); Green value is 64 (25.39% from 255 or 53.33% from 120); Blue value is 39 (15.62% from 255 or 32.5% from 120); Max value from RGB is 64 - color contains mainly: green. Hex color #114027 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114027 is #EEBFD8. Grayscale: #2F2F2F. Windows color (decimal): -15646681 or 2572305. OLE color: 2572305.

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

Color convert

RGB176439-
CMYK0.7300.390.75
HSL148.09º58.02%15.88%-
HSV(B)148.09º73.44%25.1%-
XYZ2.433.932.55-
YUV47.1123.43106.53-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.17%
GREEN value IS 64 (25.39% from 255) = 53.33%
BLUE value IS 39 (15.62% from 255) = 32.5%
R=14.17%
G=53.33%
B=32.5%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1764390.7300.390.75148.0958.0215.88
Hex114027490274B943a10
Octal21100471110471132247220
Binary1000110000001001111001001010011110010111001010011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114027; }

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

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

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

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

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

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

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

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