#114326

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

Shades of Zuccini #114326

Tints of Zuccini #114326

Color information

#114326 (or 0x114326) is unknown color: approx Zuccini. HEX triplet: 11, 43 and 26. RGB value is (17,67,38). Sum of RGB (Red+Green+Blue) = 17+67+38=122 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.93% from 122); Green value is 67 (26.56% from 255 or 54.92% from 122); Blue value is 38 (15.23% from 255 or 31.15% from 122); Max value from RGB is 67 - color contains mainly: green. Hex color #114326 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114326 is #EEBCD9. Grayscale: #303030. Windows color (decimal): -15645914 or 2507537. OLE color: 2507537.

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

Color convert

RGB176738-
CMYK0.7500.430.74
HSL145.2º59.52%16.47%-
HSV(B)145.2º74.63%26.27%-
XYZ2.594.272.52-
YUV48.74121.94105.36-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.93%
GREEN value IS 67 (26.56% from 255) = 54.92%
BLUE value IS 38 (15.23% from 255) = 31.15%
R=13.93%
G=54.92%
B=31.15%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1767380.7500.430.74145.259.5216.47
Hex1143264B02B4A913c10
Octal21103461130531122217420
Binary1000110000111001101001011010101110010101001000111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114326; }

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

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

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

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

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

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

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

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