#196344

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

Shades of Jewel #196344

Tints of Jewel #196344

Color information

#196344 (or 0x196344) is unknown color: approx Jewel. HEX triplet: 19, 63 and 44. RGB value is (25,99,68). Sum of RGB (Red+Green+Blue) = 25+99+68=192 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.02% from 192); Green value is 99 (39.06% from 255 or 51.56% from 192); Blue value is 68 (26.95% from 255 or 35.42% from 192); Max value from RGB is 99 - color contains mainly: green. Hex color #196344 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196344 is #E69CBB. Grayscale: #494949. Windows color (decimal): -15113404 or 4481817. OLE color: 4481817.

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

Color convert

RGB259968-
CMYK0.7500.310.61
HSL154.86º59.68%24.31%-
HSV(B)154.86º74.75%38.82%-
XYZ5.919.557-
YUV73.34124.9893.52-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.02%
GREEN value IS 99 (39.06% from 255) = 51.56%
BLUE value IS 68 (26.95% from 255) = 35.42%
R=13.02%
G=51.56%
B=35.42%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2599680.7500.310.61154.8659.6824.31
Hex1963444B01F3D9b3c18
Octal31143104113037752337430
Binary110011100011100010010010110111111111011001101111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196344; }

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

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

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

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

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

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

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

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