#194C2A

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

Shades of Zuccini #194C2A

Tints of Zuccini #194C2A

Color information

#194C2A (or 0x194C2A) is unknown color: approx Zuccini. HEX triplet: 19, 4C and 2A. RGB value is (25,76,42). Sum of RGB (Red+Green+Blue) = 25+76+42=143 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.48% from 143); Green value is 76 (30.08% from 255 or 53.15% from 143); Blue value is 42 (16.80% from 255 or 29.37% from 143); Max value from RGB is 76 - color contains mainly: green. Hex color #194C2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194C2A is #E6B3D5. Grayscale: #383838. Windows color (decimal): -15119318 or 2771993. OLE color: 2771993.

HSL color Cylindrical-coordinate representation of color #194C2A: hue angle of 140º 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 #194C2A is Cyan = 0.67, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.70.

Color convert

RGB257642-
CMYK0.6700.450.70
HSL140º50.5%19.8%-
HSV(B)140º67.11%29.8%-
XYZ3.45.543.08-
YUV56.88119.6105.26-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.48%
GREEN value IS 76 (30.08% from 255) = 53.15%
BLUE value IS 42 (16.80% from 255) = 29.37%
R=17.48%
G=53.15%
B=29.37%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2576420.6700.450.7014050.519.8
Hex194C2A4302D468c3214
Octal31114521030551062146224
Binary1100110011001010101000011010110110001101000110011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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