#196249

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

Shades of Jewel #196249

Tints of Jewel #196249

Color information

#196249 (or 0x196249) is unknown color: approx Jewel. HEX triplet: 19, 62 and 49. RGB value is (25,98,73). Sum of RGB (Red+Green+Blue) = 25+98+73=196 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.76% from 196); Green value is 98 (38.67% from 255 or 50% from 196); Blue value is 73 (28.91% from 255 or 37.24% from 196); Max value from RGB is 98 - color contains mainly: green. Hex color #196249 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196249 is #E69DB6. Grayscale: #494949. Windows color (decimal): -15113655 or 4809241. OLE color: 4809241.

HSL color Cylindrical-coordinate representation of color #196249: hue angle of 159.45º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #196249 is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB259873-
CMYK0.7400.260.62
HSL159.45º59.35%24.12%-
HSV(B)159.45º74.49%38.43%-
XYZ5.979.427.81-
YUV73.32127.8293.53-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.76%
GREEN value IS 98 (38.67% from 255) = 50%
BLUE value IS 73 (28.91% from 255) = 37.24%
R=12.76%
G=50%
B=37.24%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2598730.7400.260.62159.4559.3524.12
Hex1962494A01A3E9f3b18
Octal31142111112032762377330
Binary110011100010100100110010100110101111101001111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196249; }

 p { color: rgb(25,98,73); }

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

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

 a { background-color: rgb(25,98,73); }

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

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

 span { border-color: rgb(25,98,73); }

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