#194330

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

Shades of Zuccini #194330

Tints of Zuccini #194330

Color information

#194330 (or 0x194330) is unknown color: approx Zuccini. HEX triplet: 19, 43 and 30. RGB value is (25,67,48). Sum of RGB (Red+Green+Blue) = 25+67+48=140 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.86% from 140); Green value is 67 (26.56% from 255 or 47.86% from 140); Blue value is 48 (19.14% from 255 or 34.29% from 140); Max value from RGB is 67 - color contains mainly: green. Hex color #194330 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194330 is #E6BCCF. Grayscale: #343434. Windows color (decimal): -15121616 or 3162905. OLE color: 3162905.

HSL color Cylindrical-coordinate representation of color #194330: hue angle of 152.86º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #194330 is Cyan = 0.63, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.74.

Color convert

RGB256748-
CMYK0.6300.280.74
HSL152.86º45.65%18.04%-
HSV(B)152.86º62.69%26.27%-
XYZ2.944.433.5-
YUV52.28125.59108.54-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.86%
GREEN value IS 67 (26.56% from 255) = 47.86%
BLUE value IS 48 (19.14% from 255) = 34.29%
R=17.86%
G=47.86%
B=34.29%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2567480.6300.280.74152.8645.6518.04
Hex1943303F01C4A992e12
Octal3110360770341122315622
Binary11001100001111000011111101110010010101001100110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194330; }

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

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

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

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

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

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

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

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