#196325

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

Shades of Camarone #196325

Tints of Camarone #196325

Color information

#196325 (or 0x196325) is unknown color: approx Camarone. HEX triplet: 19, 63 and 25. RGB value is (25,99,37). Sum of RGB (Red+Green+Blue) = 25+99+37=161 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.53% from 161); Green value is 99 (39.06% from 255 or 61.49% from 161); Blue value is 37 (14.84% from 255 or 22.98% from 161); Max value from RGB is 99 - color contains mainly: green. Hex color #196325 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196325 is #E69CDA. Grayscale: #454545. Windows color (decimal): -15113435 or 2450201. OLE color: 2450201.

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

Color convert

RGB259937-
CMYK0.7500.630.61
HSL129.73º59.68%24.31%-
HSV(B)129.73º74.75%38.82%-
XYZ5.29.263.26-
YUV69.81109.4896.04-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.53%
GREEN value IS 99 (39.06% from 255) = 61.49%
BLUE value IS 37 (14.84% from 255) = 22.98%
R=15.53%
G=61.49%
B=22.98%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2599370.7500.630.61129.7359.6824.31
Hex1963254B03F3D823c18
Octal3114345113077752027430
Binary110011100011100101100101101111111111011000001011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196325; }

 p { color: rgb(25,99,37); }

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

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

 a { background-color: rgb(25,99,37); }

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

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

 span { border-color: rgb(25,99,37); }

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