#194630

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

Shades of Zuccini #194630

Tints of Zuccini #194630

Color information

#194630 (or 0x194630) is unknown color: approx Zuccini. HEX triplet: 19, 46 and 30. RGB value is (25,70,48). Sum of RGB (Red+Green+Blue) = 25+70+48=143 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.48% from 143); Green value is 70 (27.73% from 255 or 48.95% from 143); Blue value is 48 (19.14% from 255 or 33.57% from 143); Max value from RGB is 70 - color contains mainly: green. Hex color #194630 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194630 is #E6B9CF. Grayscale: #363636. Windows color (decimal): -15120848 or 3163673. OLE color: 3163673.

HSL color Cylindrical-coordinate representation of color #194630: hue angle of 150.67º 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 #194630 is Cyan = 0.64, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.73.

Color convert

RGB257048-
CMYK0.6400.310.73
HSL150.67º47.37%18.63%-
HSV(B)150.67º64.29%27.45%-
XYZ3.124.83.56-
YUV54.04124.59107.29-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.48%
GREEN value IS 70 (27.73% from 255) = 48.95%
BLUE value IS 48 (19.14% from 255) = 33.57%
R=17.48%
G=48.95%
B=33.57%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2570480.6400.310.73150.6747.3718.63
Hex1946304001F49972f13
Octal31106601000371112275723
Binary110011000110110000100000001111110010011001011110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194630; }

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

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

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

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

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

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

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

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