#197D3A

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

Shades of Camarone #197D3A

Tints of Camarone #197D3A

Color information

#197D3A (or 0x197D3A) is unknown color: approx Camarone. HEX triplet: 19, 7D and 3A. RGB value is (25,125,58). Sum of RGB (Red+Green+Blue) = 25+125+58=208 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.02% from 208); Green value is 125 (49.22% from 255 or 60.10% from 208); Blue value is 58 (23.05% from 255 or 27.88% from 208); Max value from RGB is 125 - color contains mainly: green. Hex color #197D3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197D3A is #E682C5. Grayscale: #575757. Windows color (decimal): -15106758 or 3833113. OLE color: 3833113.

HSL color Cylindrical-coordinate representation of color #197D3A: hue angle of 139.8º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #197D3A is Cyan = 0.8, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.51.

Color convert

RGB2512558-
CMYK0.800.540.51
HSL139.8º66.67%29.41%-
HSV(B)139.8º80%49.02%-
XYZ8.515.186.49-
YUV87.46111.3783.45-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.02%
GREEN value IS 125 (49.22% from 255) = 60.10%
BLUE value IS 58 (23.05% from 255) = 27.88%
R=12.02%
G=60.10%
B=27.88%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal25125580.800.540.51139.866.6729.41
Hex197D3A50036338c431d
Octal31175721200666321410335
Binary1100111111011110101010000011011011001110001100100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197D3A; }

 p { color: rgb(25,125,58); }

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

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

 a { background-color: rgb(25,125,58); }

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

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

 span { border-color: rgb(25,125,58); }

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