#197630

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

Shades of Camarone #197630

Tints of Camarone #197630

Color information

#197630 (or 0x197630) is unknown color: approx Camarone. HEX triplet: 19, 76 and 30. RGB value is (25,118,48). Sum of RGB (Red+Green+Blue) = 25+118+48=191 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.09% from 191); Green value is 118 (46.48% from 255 or 61.78% from 191); Blue value is 48 (19.14% from 255 or 25.13% from 191); Max value from RGB is 118 - color contains mainly: green. Hex color #197630 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197630 is #E689CF. Grayscale: #525252. Windows color (decimal): -15108560 or 3175961. OLE color: 3175961.

HSL color Cylindrical-coordinate representation of color #197630: hue angle of 134.84º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #197630 is Cyan = 0.79, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB2511848-
CMYK0.7900.590.54
HSL134.84º65.03%28.04%-
HSV(B)134.84º78.81%46.27%-
XYZ7.4113.384.99-
YUV82.21108.6987.19-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.09%
GREEN value IS 118 (46.48% from 255) = 61.78%
BLUE value IS 48 (19.14% from 255) = 25.13%
R=13.09%
G=61.78%
B=25.13%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal25118480.7900.590.54134.8465.0328.04
Hex1976304F03B3687411c
Octal31166601170736620710134
Binary1100111101101100001001111011101111011010000111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197630; }

 p { color: rgb(25,118,48); }

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

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

 a { background-color: rgb(25,118,48); }

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

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

 span { border-color: rgb(25,118,48); }

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