#194C2B

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

Shades of Zuccini #194C2B

Tints of Zuccini #194C2B

Color information

#194C2B (or 0x194C2B) is unknown color: approx Zuccini. HEX triplet: 19, 4C and 2B. RGB value is (25,76,43). Sum of RGB (Red+Green+Blue) = 25+76+43=144 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.36% from 144); Green value is 76 (30.08% from 255 or 52.78% from 144); Blue value is 43 (17.19% from 255 or 29.86% from 144); Max value from RGB is 76 - color contains mainly: green. Hex color #194C2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194C2B is #E6B3D4. Grayscale: #393939. Windows color (decimal): -15119317 or 2837529. OLE color: 2837529.

HSL color Cylindrical-coordinate representation of color #194C2B: hue angle of 141.18º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #194C2B is Cyan = 0.67, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.70.

Color convert

RGB257643-
CMYK0.6700.430.70
HSL141.18º50.5%19.8%-
HSV(B)141.18º67.11%29.8%-
XYZ3.425.553.18-
YUV56.99120.1105.18-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.36%
GREEN value IS 76 (30.08% from 255) = 52.78%
BLUE value IS 43 (17.19% from 255) = 29.86%
R=17.36%
G=52.78%
B=29.86%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2576430.6700.430.70141.1850.519.8
Hex194C2B4302B468d3214
Octal31114531030531062156224
Binary1100110011001010111000011010101110001101000110111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194C2B; }

 p { color: rgb(25,76,43); }

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

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

 a { background-color: rgb(25,76,43); }

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

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

 span { border-color: rgb(25,76,43); }

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