#194629

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

Shades of Zuccini #194629

Tints of Zuccini #194629

Color information

#194629 (or 0x194629) is unknown color: approx Zuccini. HEX triplet: 19, 46 and 29. RGB value is (25,70,41). Sum of RGB (Red+Green+Blue) = 25+70+41=136 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.38% from 136); Green value is 70 (27.73% from 255 or 51.47% from 136); Blue value is 41 (16.41% from 255 or 30.15% from 136); Max value from RGB is 70 - color contains mainly: green. Hex color #194629 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194629 is #E6B9D6. Grayscale: #353535. Windows color (decimal): -15120855 or 2704921. OLE color: 2704921.

HSL color Cylindrical-coordinate representation of color #194629: hue angle of 141.33º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #194629 is Cyan = 0.64, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB257041-
CMYK0.6400.410.73
HSL141.33º47.37%18.63%-
HSV(B)141.33º64.29%27.45%-
XYZ2.994.752.86-
YUV53.24121.09107.86-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.38%
GREEN value IS 70 (27.73% from 255) = 51.47%
BLUE value IS 41 (16.41% from 255) = 30.15%
R=18.38%
G=51.47%
B=30.15%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2570410.6400.410.73141.3347.3718.63
Hex19462940029498d2f13
Octal31106511000511112155723
Binary1100110001101010011000000010100110010011000110110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194629; }

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

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

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

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

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

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

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

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