#194D31

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

Shades of Zuccini #194D31

Tints of Zuccini #194D31

Color information

#194D31 (or 0x194D31) is unknown color: approx Zuccini. HEX triplet: 19, 4D and 31. RGB value is (25,77,49). Sum of RGB (Red+Green+Blue) = 25+77+49=151 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.56% from 151); Green value is 77 (30.47% from 255 or 50.99% from 151); Blue value is 49 (19.53% from 255 or 32.45% from 151); Max value from RGB is 77 - color contains mainly: green. Hex color #194D31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #194D31 is #E6B2CE. Grayscale: #3A3A3A. Windows color (decimal): -15119055 or 3231001. OLE color: 3231001.

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

Color convert

RGB257749-
CMYK0.6800.360.70
HSL147.69º50.98%20%-
HSV(B)147.69º67.53%30.2%-
XYZ3.615.743.82-
YUV58.26122.77104.28-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.56%
GREEN value IS 77 (30.47% from 255) = 50.99%
BLUE value IS 49 (19.53% from 255) = 32.45%
R=16.56%
G=50.99%
B=32.45%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2577490.6800.360.70147.6950.9820
Hex194D314402446943314
Octal31115611040441062246324
Binary1100110011011100011000100010010010001101001010011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,77,49); }

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

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

 a { background-color: rgb(25,77,49); }

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

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

 span { border-color: rgb(25,77,49); }

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