#196626

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

Shades of Camarone #196626

Tints of Camarone #196626

Color information

#196626 (or 0x196626) is unknown color: approx Camarone. HEX triplet: 19, 66 and 26. RGB value is (25,102,38). Sum of RGB (Red+Green+Blue) = 25+102+38=165 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.15% from 165); Green value is 102 (40.23% from 255 or 61.82% from 165); Blue value is 38 (15.23% from 255 or 23.03% from 165); Max value from RGB is 102 - color contains mainly: green. Hex color #196626 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196626 is #E699D9. Grayscale: #474747. Windows color (decimal): -15112666 or 2516505. OLE color: 2516505.

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

Color convert

RGB2510238-
CMYK0.7500.630.6
HSL130.13º60.63%24.9%-
HSV(B)130.13º75.49%40%-
XYZ5.59.853.44-
YUV71.68108.9994.7-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.15%
GREEN value IS 102 (40.23% from 255) = 61.82%
BLUE value IS 38 (15.23% from 255) = 23.03%
R=15.15%
G=61.82%
B=23.03%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal25102380.7500.630.6130.1360.6324.9
Hex1966264B03F3C823d19
Octal3114646113077742027531
Binary110011100110100110100101101111111111001000001011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196626; }

 p { color: rgb(25,102,38); }

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

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

 a { background-color: rgb(25,102,38); }

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

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

 span { border-color: rgb(25,102,38); }

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