#197329

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

Shades of Camarone #197329

Tints of Camarone #197329

Color information

#197329 (or 0x197329) is unknown color: approx Camarone. HEX triplet: 19, 73 and 29. RGB value is (25,115,41). Sum of RGB (Red+Green+Blue) = 25+115+41=181 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.81% from 181); Green value is 115 (45.31% from 255 or 63.54% from 181); Blue value is 41 (16.41% from 255 or 22.65% from 181); Max value from RGB is 115 - color contains mainly: green. Hex color #197329 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197329 is #E68CD6. Grayscale: #4F4F4F. Windows color (decimal): -15109335 or 2716441. OLE color: 2716441.

HSL color Cylindrical-coordinate representation of color #197329: hue angle of 130.67º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #197329 is Cyan = 0.78, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB2511541-
CMYK0.7800.640.55
HSL130.67º64.29%27.45%-
HSV(B)130.67º78.26%45.1%-
XYZ6.9312.634.17-
YUV79.65106.1889.02-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.81%
GREEN value IS 115 (45.31% from 255) = 63.54%
BLUE value IS 41 (16.41% from 255) = 22.65%
R=13.81%
G=63.54%
B=22.65%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal25115410.7800.640.55130.6764.2927.45
Hex1973294E0403783401b
Octal311635111601006720310033
Binary11001111001110100110011100100000011011110000011100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197329; }

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

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

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

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

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

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

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

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