Html Css Color HEX #196546 Jewel

📋 copy color: '#196546'

red 25 ◦ green 101 ◦ blue 70

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

Shades of Jewel #196546

Tints of Jewel #196546

RGB

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

 GREEN value IS 101 (39.84% from 255) = 51.53%

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

R = 12.76%
G = 51.53%
B = 35.71%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.31

 K value IS 0.60

RGB Variations

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

Color information

#196546 (or 0x196546) is known color: Jewel. HEX triplet: 19, 65 and 46. RGB value is (25,101,70). Sum of RGB (Red+Green+Blue) = 25+101+70=196 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.76% from 196); Green value is 101 (39.84% from 255 or 51.53% from 196); Blue value is 70 (27.73% from 255 or 35.71% from 196); Max value from RGB is 101 - color contains mainly: green. Hex color #196546 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196546 is #E69AB9. Grayscale: #4A4A4A. Windows color (decimal): -15112890 or 4613401. OLE color: 4613401.

HSL color Cylindrical-coordinate representation of color #196546: hue angle of 155.53º degrees, saturation: 0.6, 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 #196546 is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.60.

Color convert

RGB 25 101 70 -
CMYK 0.75 0 0.31 0.60
HSL 155.53º 0.6% 0.25% -
HSV(B) 155.53º 0.75% 0.4% -
XYZ 6.16 9.96 7.39 -
YUV 74.74 125.32 92.52 -
System Red Green Blue C M Y K H S L
Decimal 25 101 70 0.75 0 0.31 0.60 155.53 0.6 0.25
Hex 19 65 46 4B 0 1F 3C 9C 3C 19
Octal 31 145 106 113 0 37 74 234 74 31
Binary 11001 1100101 1000110 1001011 0 11111 111100 10011100 111100 11001

Color Harmonies of #196546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196546

Black with #196546

Text Example


Text Example

White with #196546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196546; }

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

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

background-color css

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

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

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

border-color css

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

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

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