Html Css Color HEX #19684D Jewel

📋 copy color: '#19684D'

red 25 ◦ green 104 ◦ blue 77

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

Shades of Jewel #19684D

Tints of Jewel #19684D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 50.49%

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

R = 12.14%
G = 50.49%
B = 37.38%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.26

 K value IS 0.59

RGB Variations

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

Color information

#19684D (or 0x19684D) is known color: Jewel. HEX triplet: 19, 68 and 4D. RGB value is (25,104,77). Sum of RGB (Red+Green+Blue) = 25+104+77=206 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.14% from 206); Green value is 104 (41.02% from 255 or 50.49% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 104 - color contains mainly: green. Hex color #19684D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19684D is #E697B2. Grayscale: #4D4D4D. Windows color (decimal): -15112115 or 5072921. OLE color: 5072921.

HSL color Cylindrical-coordinate representation of color #19684D: hue angle of 159.49º degrees, saturation: 0.61, 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 #19684D is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB 25 104 77 -
CMYK 0.76 0 0.26 0.59
HSL 159.49º 0.61% 0.25% -
HSV(B) 159.49º 0.76% 0.41% -
XYZ 6.69 10.64 8.72 -
YUV 77.3 127.83 90.7 -
System Red Green Blue C M Y K H S L
Decimal 25 104 77 0.76 0 0.26 0.59 159.49 0.61 0.25
Hex 19 68 4D 4C 0 1A 3B 9F 3D 19
Octal 31 150 115 114 0 32 73 237 75 31
Binary 11001 1101000 1001101 1001100 0 11010 111011 10011111 111101 11001

Color Harmonies of #19684D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19684D

Black with #19684D

Text Example


Text Example

White with #19684D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19684D; }

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

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

background-color css

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

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

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

border-color css

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

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

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