#197931

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

Shades of Camarone #197931

Tints of Camarone #197931

Color information

#197931 (or 0x197931) is unknown color: approx Camarone. HEX triplet: 19, 79 and 31. RGB value is (25,121,49). Sum of RGB (Red+Green+Blue) = 25+121+49=195 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.82% from 195); Green value is 121 (47.66% from 255 or 62.05% from 195); Blue value is 49 (19.53% from 255 or 25.13% from 195); Max value from RGB is 121 - color contains mainly: green. Hex color #197931 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197931 is #E686CE. Grayscale: #545454. Windows color (decimal): -15107791 or 3242265. OLE color: 3242265.

HSL color Cylindrical-coordinate representation of color #197931: hue angle of 135º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #197931 is Cyan = 0.79, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB2512149-
CMYK0.7900.600.53
HSL135º65.75%28.63%-
HSV(B)135º79.34%47.45%-
XYZ7.7914.15.22-
YUV84.09108.285.85-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.82%
GREEN value IS 121 (47.66% from 255) = 62.05%
BLUE value IS 49 (19.53% from 255) = 25.13%
R=12.82%
G=62.05%
B=25.13%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal25121490.7900.600.5313565.7528.63
Hex1979314F03C3587421d
Octal31171611170746520710235
Binary1100111110011100011001111011110011010110000111100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197931; }

 p { color: rgb(25,121,49); }

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

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

 a { background-color: rgb(25,121,49); }

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

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

 span { border-color: rgb(25,121,49); }

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