#196424

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

Shades of Camarone #196424

Tints of Camarone #196424

Color information

#196424 (or 0x196424) is unknown color: approx Camarone. HEX triplet: 19, 64 and 24. RGB value is (25,100,36). Sum of RGB (Red+Green+Blue) = 25+100+36=161 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.53% from 161); Green value is 100 (39.45% from 255 or 62.11% from 161); Blue value is 36 (14.45% from 255 or 22.36% from 161); Max value from RGB is 100 - color contains mainly: green. Hex color #196424 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196424 is #E69BDB. Grayscale: #464646. Windows color (decimal): -15113180 or 2384921. OLE color: 2384921.

HSL color Cylindrical-coordinate representation of color #196424: hue angle of 128.8º 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 #196424 is Cyan = 0.75, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.61.

Color convert

RGB2510036-
CMYK0.7500.640.61
HSL128.8º60%24.51%-
HSV(B)128.8º75%39.22%-
XYZ5.289.453.21-
YUV70.28108.6595.7-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.53%
GREEN value IS 100 (39.45% from 255) = 62.11%
BLUE value IS 36 (14.45% from 255) = 22.36%
R=15.53%
G=62.11%
B=22.36%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal25100360.7500.640.61128.86024.51
Hex1964244B0403D813c19
Octal31144441130100752017431
Binary1100111001001001001001011010000001111011000000111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196424; }

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

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

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

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

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

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

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

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