Html Css Color HEX #196946 Jewel

📋 copy color: '#196946'

red 25 ◦ green 105 ◦ blue 70

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

Shades of Jewel #196946

Tints of Jewel #196946

RGB

 RED value IS 25 (10.16% from 255) = 12.5%

 GREEN value IS 105 (41.41% from 255) = 52.5%

 BLUE value IS 70 (27.73% from 255) = 35%

R = 12.5%
G = 52.5%
B = 35%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.33

 K value IS 0.59

RGB Variations

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

Color information

#196946 (or 0x196946) is known color: Jewel. HEX triplet: 19, 69 and 46. RGB value is (25,105,70). Sum of RGB (Red+Green+Blue) = 25+105+70=200 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.5% from 200); Green value is 105 (41.41% from 255 or 52.5% from 200); Blue value is 70 (27.73% from 255 or 35% from 200); Max value from RGB is 105 - color contains mainly: green. Hex color #196946 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196946 is #E696B9. Grayscale: #4D4D4D. Windows color (decimal): -15111866 or 4614425. OLE color: 4614425.

HSL color Cylindrical-coordinate representation of color #196946: hue angle of 153.75º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #196946 is Cyan = 0.76, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.59.

Color convert

RGB 25 105 70 -
CMYK 0.76 0 0.33 0.59
HSL 153.75º 0.62% 0.25% -
HSV(B) 153.75º 0.76% 0.41% -
XYZ 6.56 10.75 7.52 -
YUV 77.09 124 90.85 -
System Red Green Blue C M Y K H S L
Decimal 25 105 70 0.76 0 0.33 0.59 153.75 0.62 0.25
Hex 19 69 46 4C 0 21 3B 9A 3E 19
Octal 31 151 106 114 0 41 73 232 76 31
Binary 11001 1101001 1000110 1001100 0 100001 111011 10011010 111110 11001

Color Harmonies of #196946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196946

Black with #196946

Text Example


Text Example

White with #196946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196946; }

 p { color: rgb(25,105,70); }

 H1.HeaderClassName
 {
   color: #196946;
 }
 .AnyTagClassName
 {
   color: #196946;
 }
</style>

background-color css

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

 a { background-color: rgb(25,105,70); }

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

border-color css

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

 span { border-color: rgb(25,105,70); }

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