#196930

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

Shades of Camarone #196930

Tints of Camarone #196930

Color information

#196930 (or 0x196930) is unknown color: approx Camarone. HEX triplet: 19, 69 and 30. RGB value is (25,105,48). Sum of RGB (Red+Green+Blue) = 25+105+48=178 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.04% from 178); Green value is 105 (41.41% from 255 or 58.99% from 178); Blue value is 48 (19.14% from 255 or 26.97% from 178); Max value from RGB is 105 - color contains mainly: green. Hex color #196930 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196930 is #E696CF. Grayscale: #4A4A4A. Windows color (decimal): -15111888 or 3172633. OLE color: 3172633.

HSL color Cylindrical-coordinate representation of color #196930: hue angle of 137.25º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #196930 is Cyan = 0.76, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.59.

Color convert

RGB2510548-
CMYK0.7600.540.59
HSL137.25º61.54%25.49%-
HSV(B)137.25º76.19%41.18%-
XYZ5.9910.524.51-
YUV74.5811392.63-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.04%
GREEN value IS 105 (41.41% from 255) = 58.99%
BLUE value IS 48 (19.14% from 255) = 26.97%
R=14.04%
G=58.99%
B=26.97%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal25105480.7600.540.59137.2561.5425.49
Hex1969304C0363B893e19
Octal3115160114066732117631
Binary110011101001110000100110001101101110111000100111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196930; }

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

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

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

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

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

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

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

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