Html Css Color HEX #196642 Jewel

📋 copy color: '#196642'

red 25 ◦ green 102 ◦ blue 66

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

Shades of Jewel #196642

Tints of Jewel #196642

RGB

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

 GREEN value IS 102 (40.23% from 255) = 52.85%

 BLUE value IS 66 (26.17% from 255) = 34.2%

R = 12.95%
G = 52.85%
B = 34.2%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.35

 K value IS 0.6

RGB Variations

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

Color information

#196642 (or 0x196642) is known color: Jewel. HEX triplet: 19, 66 and 42. RGB value is (25,102,66). Sum of RGB (Red+Green+Blue) = 25+102+66=193 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.95% from 193); Green value is 102 (40.23% from 255 or 52.85% from 193); Blue value is 66 (26.17% from 255 or 34.20% from 193); Max value from RGB is 102 - color contains mainly: green. Hex color #196642 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196642 is #E699BD. Grayscale: #4A4A4A. Windows color (decimal): -15112638 or 4351513. OLE color: 4351513.

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

Color convert

RGB 25 102 66 -
CMYK 0.75 0 0.35 0.6
HSL 151.95º 0.61% 0.25% -
HSV(B) 151.95º 0.75% 0.4% -
XYZ 6.14 10.1 6.78 -
YUV 74.87 122.99 92.43 -
System Red Green Blue C M Y K H S L
Decimal 25 102 66 0.75 0 0.35 0.6 151.95 0.61 0.25
Hex 19 66 42 4B 0 23 3C 98 3D 19
Octal 31 146 102 113 0 43 74 230 75 31
Binary 11001 1100110 1000010 1001011 0 100011 111100 10011000 111101 11001

Color Harmonies of #196642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196642

Black with #196642

Text Example


Text Example

White with #196642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196642; }

 p { color: rgb(25,102,66); }

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

background-color css

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

 a { background-color: rgb(25,102,66); }

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

border-color css

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

 span { border-color: rgb(25,102,66); }

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