#194831

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

Shades of Zuccini #194831

Tints of Zuccini #194831

Color information

#194831 (or 0x194831) is unknown color: approx Zuccini. HEX triplet: 19, 48 and 31. RGB value is (25,72,49). Sum of RGB (Red+Green+Blue) = 25+72+49=146 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.12% from 146); Green value is 72 (28.52% from 255 or 49.32% from 146); Blue value is 49 (19.53% from 255 or 33.56% from 146); Max value from RGB is 72 - color contains mainly: green. Hex color #194831 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194831 is #E6B7CE. Grayscale: #373737. Windows color (decimal): -15120335 or 3229721. OLE color: 3229721.

HSL color Cylindrical-coordinate representation of color #194831: hue angle of 150.64º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #194831 is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.72.

Color convert

RGB257249-
CMYK0.6500.320.72
HSL150.64º48.45%19.02%-
HSV(B)150.64º65.28%28.24%-
XYZ3.275.063.71-
YUV55.32124.43106.37-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.12%
GREEN value IS 72 (28.52% from 255) = 49.32%
BLUE value IS 49 (19.53% from 255) = 33.56%
R=17.12%
G=49.32%
B=33.56%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2572490.6500.320.72150.6448.4519.02
Hex1948314102048973013
Octal31110611010401102276023
Binary1100110010001100011000001010000010010001001011111000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194831; }

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

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

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

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

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

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

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

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