#114B25

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

Shades of Zuccini #114B25

Tints of Zuccini #114B25

Color information

#114B25 (or 0x114B25) is unknown color: approx Zuccini. HEX triplet: 11, 4B and 25. RGB value is (17,75,37). Sum of RGB (Red+Green+Blue) = 17+75+37=129 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.18% from 129); Green value is 75 (29.69% from 255 or 58.14% from 129); Blue value is 37 (14.84% from 255 or 28.68% from 129); Max value from RGB is 75 - color contains mainly: green. Hex color #114B25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114B25 is #EEB4DA. Grayscale: #353535. Windows color (decimal): -15643867 or 2444049. OLE color: 2444049.

HSL color Cylindrical-coordinate representation of color #114B25: hue angle of 140.69º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #114B25 is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.71.

Color convert

RGB177537-
CMYK0.7700.510.71
HSL140.69º63.04%18.04%-
HSV(B)140.69º77.33%29.41%-
XYZ3.085.282.61-
YUV53.33118.78102.09-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.18%
GREEN value IS 75 (29.69% from 255) = 58.14%
BLUE value IS 37 (14.84% from 255) = 28.68%
R=13.18%
G=58.14%
B=28.68%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1775370.7700.510.71140.6963.0418.04
Hex114B254D033478d3f12
Octal21113451150631072157722
Binary1000110010111001011001101011001110001111000110111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114B25; }

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

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

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

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

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

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

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

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