#196C32

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

Shades of Camarone #196C32

Tints of Camarone #196C32

Color information

#196C32 (or 0x196C32) is unknown color: approx Camarone. HEX triplet: 19, 6C and 32. RGB value is (25,108,50). Sum of RGB (Red+Green+Blue) = 25+108+50=183 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.66% from 183); Green value is 108 (42.58% from 255 or 59.02% from 183); Blue value is 50 (19.92% from 255 or 27.32% from 183); Max value from RGB is 108 - color contains mainly: green. Hex color #196C32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196C32 is #E693CD. Grayscale: #4C4C4C. Windows color (decimal): -15111118 or 3304473. OLE color: 3304473.

HSL color Cylindrical-coordinate representation of color #196C32: hue angle of 138.07º 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 #196C32 is Cyan = 0.77, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.58.

Color convert

RGB2510850-
CMYK0.7700.540.58
HSL138.07º62.41%26.08%-
HSV(B)138.07º76.85%42.35%-
XYZ6.3411.164.84-
YUV76.5711391.22-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.66%
GREEN value IS 108 (42.58% from 255) = 59.02%
BLUE value IS 50 (19.92% from 255) = 27.32%
R=13.66%
G=59.02%
B=27.32%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal25108500.7700.540.58138.0762.4126.08
Hex196C324D0363A8a3e1a
Octal3115462115066722127632
Binary110011101100110010100110101101101110101000101011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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