#197133

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

Shades of Camarone #197133

Tints of Camarone #197133

Color information

#197133 (or 0x197133) is unknown color: approx Camarone. HEX triplet: 19, 71 and 33. RGB value is (25,113,51). Sum of RGB (Red+Green+Blue) = 25+113+51=189 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.23% from 189); Green value is 113 (44.53% from 255 or 59.79% from 189); Blue value is 51 (20.31% from 255 or 26.98% from 189); Max value from RGB is 113 - color contains mainly: green. Hex color #197133 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197133 is #E68ECC. Grayscale: #4F4F4F. Windows color (decimal): -15109837 or 3371289. OLE color: 3371289.

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

Color convert

RGB2511351-
CMYK0.7800.550.56
HSL137.73º63.77%27.06%-
HSV(B)137.73º77.88%44.31%-
XYZ6.912.265.13-
YUV79.62111.8589.04-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.23%
GREEN value IS 113 (44.53% from 255) = 59.79%
BLUE value IS 51 (20.31% from 255) = 26.98%
R=13.23%
G=59.79%
B=26.98%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25113510.7800.550.56137.7363.7727.06
Hex1971334E037388a401b
Octal31161631160677021210033
Binary1100111100011100111001110011011111100010001010100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197133; }

 p { color: rgb(25,113,51); }

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

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

 a { background-color: rgb(25,113,51); }

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

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

 span { border-color: rgb(25,113,51); }

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