#194C30

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

Shades of Zuccini #194C30

Tints of Zuccini #194C30

Color information

#194C30 (or 0x194C30) is unknown color: approx Zuccini. HEX triplet: 19, 4C and 30. RGB value is (25,76,48). Sum of RGB (Red+Green+Blue) = 25+76+48=149 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.78% from 149); Green value is 76 (30.08% from 255 or 51.01% from 149); Blue value is 48 (19.14% from 255 or 32.21% from 149); Max value from RGB is 76 - color contains mainly: green. Hex color #194C30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194C30 is #E6B3CF. Grayscale: #393939. Windows color (decimal): -15119312 or 3165209. OLE color: 3165209.

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

Color convert

RGB257648-
CMYK0.6700.370.70
HSL147.06º50.5%19.8%-
HSV(B)147.06º67.11%29.8%-
XYZ3.525.593.69-
YUV57.56122.6104.78-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.78%
GREEN value IS 76 (30.08% from 255) = 51.01%
BLUE value IS 48 (19.14% from 255) = 32.21%
R=16.78%
G=51.01%
B=32.21%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2576480.6700.370.70147.0650.519.8
Hex194C304302546933214
Octal31114601030451062236224
Binary1100110011001100001000011010010110001101001001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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