Html Css Color HEX #196B4D Jewel

📋 copy color: '#196B4D'

red 25 ◦ green 107 ◦ blue 77

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

Shades of Jewel #196B4D

Tints of Jewel #196B4D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 51.2%

 BLUE value IS 77 (30.47% from 255) = 36.84%

R = 11.96%
G = 51.2%
B = 36.84%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.28

 K value IS 0.58

RGB Variations

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

Color information

#196B4D (or 0x196B4D) is known color: Jewel. HEX triplet: 19, 6B and 4D. RGB value is (25,107,77). Sum of RGB (Red+Green+Blue) = 25+107+77=209 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.96% from 209); Green value is 107 (42.19% from 255 or 51.20% from 209); Blue value is 77 (30.47% from 255 or 36.84% from 209); Max value from RGB is 107 - color contains mainly: green. Hex color #196B4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196B4D is #E694B2. Grayscale: #4F4F4F. Windows color (decimal): -15111347 or 5073689. OLE color: 5073689.

HSL color Cylindrical-coordinate representation of color #196B4D: hue angle of 158.05º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #196B4D is Cyan = 0.77, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.58.

Color convert

RGB 25 107 77 -
CMYK 0.77 0 0.28 0.58
HSL 158.05º 0.62% 0.26% -
HSV(B) 158.05º 0.77% 0.42% -
XYZ 7 11.26 8.83 -
YUV 79.06 126.83 89.44 -
System Red Green Blue C M Y K H S L
Decimal 25 107 77 0.77 0 0.28 0.58 158.05 0.62 0.26
Hex 19 6B 4D 4D 0 1C 3A 9E 3E 1A
Octal 31 153 115 115 0 34 72 236 76 32
Binary 11001 1101011 1001101 1001101 0 11100 111010 10011110 111110 11010

Color Harmonies of #196B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196B4D

Black with #196B4D

Text Example


Text Example

White with #196B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196B4D; }

 p { color: rgb(25,107,77); }

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

background-color css

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

 a { background-color: rgb(25,107,77); }

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

border-color css

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

 span { border-color: rgb(25,107,77); }

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