#197832

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

Shades of Camarone #197832

Tints of Camarone #197832

Color information

#197832 (or 0x197832) is unknown color: approx Camarone. HEX triplet: 19, 78 and 32. RGB value is (25,120,50). Sum of RGB (Red+Green+Blue) = 25+120+50=195 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.82% from 195); Green value is 120 (47.27% from 255 or 61.54% from 195); Blue value is 50 (19.92% from 255 or 25.64% from 195); Max value from RGB is 120 - color contains mainly: green. Hex color #197832 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197832 is #E687CD. Grayscale: #535353. Windows color (decimal): -15108046 or 3307545. OLE color: 3307545.

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

Color convert

RGB2512050-
CMYK0.7900.580.53
HSL135.79º65.52%28.43%-
HSV(B)135.79º79.17%47.06%-
XYZ7.6913.875.29-
YUV83.62109.0386.19-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.82%
GREEN value IS 120 (47.27% from 255) = 61.54%
BLUE value IS 50 (19.92% from 255) = 25.64%
R=12.82%
G=61.54%
B=25.64%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal25120500.7900.580.53135.7965.5228.43
Hex1978324F03A3588421c
Octal31170621170726521010234
Binary1100111110001100101001111011101011010110001000100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197832; }

 p { color: rgb(25,120,50); }

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

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

 a { background-color: rgb(25,120,50); }

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

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

 span { border-color: rgb(25,120,50); }

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