#114625

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

Shades of Zuccini #114625

Tints of Zuccini #114625

Color information

#114625 (or 0x114625) is unknown color: approx Zuccini. HEX triplet: 11, 46 and 25. RGB value is (17,70,37). Sum of RGB (Red+Green+Blue) = 17+70+37=124 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.71% from 124); Green value is 70 (27.73% from 255 or 56.45% from 124); Blue value is 37 (14.84% from 255 or 29.84% from 124); Max value from RGB is 70 - color contains mainly: green. Hex color #114625 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114625 is #EEB9DA. Grayscale: #323232. Windows color (decimal): -15645147 or 2442769. OLE color: 2442769.

HSL color Cylindrical-coordinate representation of color #114625: hue angle of 142.64º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #114625 is Cyan = 0.76, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.73.

Color convert

RGB177037-
CMYK0.7600.470.73
HSL142.64º60.92%17.06%-
HSV(B)142.64º75.71%27.45%-
XYZ2.764.632.5-
YUV50.39120.44104.18-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.71%
GREEN value IS 70 (27.73% from 255) = 56.45%
BLUE value IS 37 (14.84% from 255) = 29.84%
R=13.71%
G=56.45%
B=29.84%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1770370.7600.470.73142.6460.9217.06
Hex1146254C02F498f3d11
Octal21106451140571112177521
Binary1000110001101001011001100010111110010011000111111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114625; }

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

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

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

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

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

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

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

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