Html Css Color HEX #196249 Jewel

📋 copy color: '#196249'

red 25 ◦ green 98 ◦ blue 73

#196249
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jewel #196249

Tints of Jewel #196249

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 value IS 0.74

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#196249 (or 0x196249) is known color: 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

RGB 25 98 73 -
CMYK 0.74 0 0.26 0.62
HSL 159.45º 0.59% 0.24% -
HSV(B) 159.45º 0.74% 0.38% -
XYZ 5.97 9.42 7.81 -
YUV 73.32 127.82 93.53 -
System Red Green Blue C M Y K H S L
Decimal 25 98 73 0.74 0 0.26 0.62 159.45 0.59 0.24
Hex 19 62 49 4A 0 1A 3E 9F 3B 18
Octal 31 142 111 112 0 32 76 237 73 30
Binary 11001 1100010 1001001 1001010 0 11010 111110 10011111 111011 11000

Color Harmonies of #196249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196249

Black with #196249

Text Example


Text Example

White with #196249

Text Example


Text Example

HTML Codes & Css Web 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>