Html Css Color HEX #196748 Jewel

📋 copy color: '#196748'

red 25 ◦ green 103 ◦ blue 72

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

Shades of Jewel #196748

Tints of Jewel #196748

RGB

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

 GREEN value IS 103 (40.63% from 255) = 51.5%

 BLUE value IS 72 (28.52% from 255) = 36%

R = 12.5%
G = 51.5%
B = 36%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.30

 K value IS 0.60

RGB Variations

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

Color information

#196748 (or 0x196748) is known color: Jewel. HEX triplet: 19, 67 and 48. RGB value is (25,103,72). Sum of RGB (Red+Green+Blue) = 25+103+72=200 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.5% from 200); Green value is 103 (40.62% from 255 or 51.5% from 200); Blue value is 72 (28.52% from 255 or 36% from 200); Max value from RGB is 103 - color contains mainly: green. Hex color #196748 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196748 is #E698B7. Grayscale: #4C4C4C. Windows color (decimal): -15112376 or 4744985. OLE color: 4744985.

HSL color Cylindrical-coordinate representation of color #196748: hue angle of 156.15º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #196748 is Cyan = 0.76, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.60.

Color convert

RGB 25 103 72 -
CMYK 0.76 0 0.30 0.60
HSL 156.15º 0.61% 0.25% -
HSV(B) 156.15º 0.76% 0.4% -
XYZ 6.42 10.38 7.8 -
YUV 76.14 125.66 91.52 -
System Red Green Blue C M Y K H S L
Decimal 25 103 72 0.76 0 0.30 0.60 156.15 0.61 0.25
Hex 19 67 48 4C 0 1E 3C 9C 3D 19
Octal 31 147 110 114 0 36 74 234 75 31
Binary 11001 1100111 1001000 1001100 0 11110 111100 10011100 111101 11001

Color Harmonies of #196748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196748

Black with #196748

Text Example


Text Example

White with #196748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196748; }

 p { color: rgb(25,103,72); }

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

background-color css

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

 a { background-color: rgb(25,103,72); }

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

border-color css

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

 span { border-color: rgb(25,103,72); }

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