#114525

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

Shades of Zuccini #114525

Tints of Zuccini #114525

Color information

#114525 (or 0x114525) is unknown color: approx Zuccini. HEX triplet: 11, 45 and 25. RGB value is (17,69,37). Sum of RGB (Red+Green+Blue) = 17+69+37=123 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.82% from 123); Green value is 69 (27.34% from 255 or 56.10% from 123); Blue value is 37 (14.84% from 255 or 30.08% from 123); Max value from RGB is 69 - color contains mainly: green. Hex color #114525 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114525 is #EEBADA. Grayscale: #313131. Windows color (decimal): -15645403 or 2442513. OLE color: 2442513.

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

Color convert

RGB176937-
CMYK0.7500.460.73
HSL143.08º60.47%16.86%-
HSV(B)143.08º75.36%27.06%-
XYZ2.694.512.48-
YUV49.8120.77104.6-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.82%
GREEN value IS 69 (27.34% from 255) = 56.10%
BLUE value IS 37 (14.84% from 255) = 30.08%
R=13.82%
G=56.10%
B=30.08%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1769370.7500.460.73143.0860.4716.86
Hex1145254B02E498f3c11
Octal21105451130561112177421
Binary1000110001011001011001011010111010010011000111111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114525; }

 p { color: rgb(17,69,37); }

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

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

 a { background-color: rgb(17,69,37); }

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

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

 span { border-color: rgb(17,69,37); }

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