#196437

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

Shades of Camarone #196437

Tints of Camarone #196437

Color information

#196437 (or 0x196437) is unknown color: approx Camarone. HEX triplet: 19, 64 and 37. RGB value is (25,100,55). Sum of RGB (Red+Green+Blue) = 25+100+55=180 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.89% from 180); Green value is 100 (39.45% from 255 or 55.56% from 180); Blue value is 55 (21.88% from 255 or 30.56% from 180); Max value from RGB is 100 - color contains mainly: green. Hex color #196437 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196437 is #E69BC8. Grayscale: #484848. Windows color (decimal): -15113161 or 3630105. OLE color: 3630105.

HSL color Cylindrical-coordinate representation of color #196437: hue angle of 144º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #196437 is Cyan = 0.75, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.61.

Color convert

RGB2510055-
CMYK0.7500.450.61
HSL144º60%24.51%-
HSV(B)144º75%39.22%-
XYZ5.659.65.17-
YUV72.44118.1594.16-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.89%
GREEN value IS 100 (39.45% from 255) = 55.56%
BLUE value IS 55 (21.88% from 255) = 30.56%
R=13.89%
G=55.56%
B=30.56%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal25100550.7500.450.611446024.51
Hex1964374B02D3D903c19
Octal3114467113055752207431
Binary110011100100110111100101101011011111011001000011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196437; }

 p { color: rgb(25,100,55); }

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

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

 a { background-color: rgb(25,100,55); }

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

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

 span { border-color: rgb(25,100,55); }

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