#197337

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

Shades of Camarone #197337

Tints of Camarone #197337

Color information

#197337 (or 0x197337) is unknown color: approx Camarone. HEX triplet: 19, 73 and 37. RGB value is (25,115,55). Sum of RGB (Red+Green+Blue) = 25+115+55=195 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.82% from 195); Green value is 115 (45.31% from 255 or 58.97% from 195); Blue value is 55 (21.88% from 255 or 28.21% from 195); Max value from RGB is 115 - color contains mainly: green. Hex color #197337 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197337 is #E68CC8. Grayscale: #515151. Windows color (decimal): -15109321 or 3633945. OLE color: 3633945.

HSL color Cylindrical-coordinate representation of color #197337: hue angle of 140º 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 #197337 is Cyan = 0.78, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.55.

Color convert

RGB2511555-
CMYK0.7800.520.55
HSL140º64.29%27.45%-
HSV(B)140º78.26%45.1%-
XYZ7.2212.745.69-
YUV81.25113.1887.88-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.82%
GREEN value IS 115 (45.31% from 255) = 58.97%
BLUE value IS 55 (21.88% from 255) = 28.21%
R=12.82%
G=58.97%
B=28.21%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal25115550.7800.520.5514064.2927.45
Hex1973374E034378c401b
Octal31163671160646721410033
Binary1100111100111101111001110011010011011110001100100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197337; }

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

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

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

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

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

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

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

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