#196C35

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

Shades of Camarone #196C35

Tints of Camarone #196C35

Color information

#196C35 (or 0x196C35) is unknown color: approx Camarone. HEX triplet: 19, 6C and 35. RGB value is (25,108,53). Sum of RGB (Red+Green+Blue) = 25+108+53=186 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.44% from 186); Green value is 108 (42.58% from 255 or 58.06% from 186); Blue value is 53 (21.09% from 255 or 28.49% from 186); Max value from RGB is 108 - color contains mainly: green. Hex color #196C35 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196C35 is #E693CA. Grayscale: #4D4D4D. Windows color (decimal): -15111115 or 3501081. OLE color: 3501081.

HSL color Cylindrical-coordinate representation of color #196C35: hue angle of 140.24º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #196C35 is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.58.

Color convert

RGB2510853-
CMYK0.7700.510.58
HSL140.24º62.41%26.08%-
HSV(B)140.24º76.85%42.35%-
XYZ6.4111.195.19-
YUV76.91114.590.97-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.44%
GREEN value IS 108 (42.58% from 255) = 58.06%
BLUE value IS 53 (21.09% from 255) = 28.49%
R=13.44%
G=58.06%
B=28.49%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal25108530.7700.510.58140.2462.4126.08
Hex196C354D0333A8c3e1a
Octal3115465115063722147632
Binary110011101100110101100110101100111110101000110011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196C35; }

 p { color: rgb(25,108,53); }

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

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

 a { background-color: rgb(25,108,53); }

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

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

 span { border-color: rgb(25,108,53); }

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