#194929

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

Shades of Zuccini #194929

Tints of Zuccini #194929

Color information

#194929 (or 0x194929) is unknown color: approx Zuccini. HEX triplet: 19, 49 and 29. RGB value is (25,73,41). Sum of RGB (Red+Green+Blue) = 25+73+41=139 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.99% from 139); Green value is 73 (28.91% from 255 or 52.52% from 139); Blue value is 41 (16.41% from 255 or 29.50% from 139); Max value from RGB is 73 - color contains mainly: green. Hex color #194929 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194929 is #E6B6D6. Grayscale: #373737. Windows color (decimal): -15120087 or 2705689. OLE color: 2705689.

HSL color Cylindrical-coordinate representation of color #194929: hue angle of 140º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #194929 is Cyan = 0.66, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.71.

Color convert

RGB257341-
CMYK0.6600.440.71
HSL140º48.98%19.22%-
HSV(B)140º65.75%28.63%-
XYZ3.185.132.92-
YUV55120.1106.6-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.99%
GREEN value IS 73 (28.91% from 255) = 52.52%
BLUE value IS 41 (16.41% from 255) = 29.50%
R=17.99%
G=52.52%
B=29.50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2573410.6600.440.7114048.9819.22
Hex1949294202C478c3113
Octal31111511020541072146123
Binary1100110010011010011000010010110010001111000110011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194929; }

 p { color: rgb(25,73,41); }

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

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

 a { background-color: rgb(25,73,41); }

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

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

 span { border-color: rgb(25,73,41); }

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