#114328

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

Shades of Zuccini #114328

Tints of Zuccini #114328

Color information

#114328 (or 0x114328) is unknown color: approx Zuccini. HEX triplet: 11, 43 and 28. RGB value is (17,67,40). Sum of RGB (Red+Green+Blue) = 17+67+40=124 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.71% from 124); Green value is 67 (26.56% from 255 or 54.03% from 124); Blue value is 40 (16.02% from 255 or 32.26% from 124); Max value from RGB is 67 - color contains mainly: green. Hex color #114328 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114328 is #EEBCD7. Grayscale: #313131. Windows color (decimal): -15645912 or 2638609. OLE color: 2638609.

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

Color convert

RGB176740-
CMYK0.7500.400.74
HSL147.6º59.52%16.47%-
HSV(B)147.6º74.63%26.27%-
XYZ2.624.292.7-
YUV48.97122.94105.2-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.71%
GREEN value IS 67 (26.56% from 255) = 54.03%
BLUE value IS 40 (16.02% from 255) = 32.26%
R=13.71%
G=54.03%
B=32.26%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1767400.7500.400.74147.659.5216.47
Hex1143284B0284A943c10
Octal21103501130501122247420
Binary1000110000111010001001011010100010010101001010011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114328; }

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

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

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

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

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

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

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

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