#194D2C

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

Shades of Zuccini #194D2C

Tints of Zuccini #194D2C

Color information

#194D2C (or 0x194D2C) is unknown color: approx Zuccini. HEX triplet: 19, 4D and 2C. RGB value is (25,77,44). Sum of RGB (Red+Green+Blue) = 25+77+44=146 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.12% from 146); Green value is 77 (30.47% from 255 or 52.74% from 146); Blue value is 44 (17.58% from 255 or 30.14% from 146); Max value from RGB is 77 - color contains mainly: green. Hex color #194D2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #194D2C is #E6B2D3. Grayscale: #393939. Windows color (decimal): -15119060 or 2903321. OLE color: 2903321.

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

Color convert

RGB257744-
CMYK0.6800.430.70
HSL141.92º50.98%20%-
HSV(B)141.92º67.53%30.2%-
XYZ3.515.73.3-
YUV57.69120.27104.68-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.12%
GREEN value IS 77 (30.47% from 255) = 52.74%
BLUE value IS 44 (17.58% from 255) = 30.14%
R=17.12%
G=52.74%
B=30.14%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2577440.6800.430.70141.9250.9820
Hex194D2C4402B468e3314
Octal31115541040531062166324
Binary1100110011011011001000100010101110001101000111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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