Html Css Color HEX #19694C Jewel

📋 copy color: '#19694C'

red 25 ◦ green 105 ◦ blue 76

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

Shades of Jewel #19694C

Tints of Jewel #19694C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 50.97%

 BLUE value IS 76 (30.08% from 255) = 36.89%

R = 12.14%
G = 50.97%
B = 36.89%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#19694C (or 0x19694C) is known color: Jewel. HEX triplet: 19, 69 and 4C. RGB value is (25,105,76). Sum of RGB (Red+Green+Blue) = 25+105+76=206 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.14% from 206); Green value is 105 (41.41% from 255 or 50.97% from 206); Blue value is 76 (30.08% from 255 or 36.89% from 206); Max value from RGB is 105 - color contains mainly: green. Hex color #19694C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19694C is #E696B3. Grayscale: #4D4D4D. Windows color (decimal): -15111860 or 5007641. OLE color: 5007641.

HSL color Cylindrical-coordinate representation of color #19694C: hue angle of 158.25º degrees, saturation: 0.62, 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 #19694C is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB 25 105 76 -
CMYK 0.76 0 0.28 0.59
HSL 158.25º 0.62% 0.25% -
HSV(B) 158.25º 0.76% 0.41% -
XYZ 6.76 10.83 8.57 -
YUV 77.77 127 90.36 -
System Red Green Blue C M Y K H S L
Decimal 25 105 76 0.76 0 0.28 0.59 158.25 0.62 0.25
Hex 19 69 4C 4C 0 1C 3B 9E 3E 19
Octal 31 151 114 114 0 34 73 236 76 31
Binary 11001 1101001 1001100 1001100 0 11100 111011 10011110 111110 11001

Color Harmonies of #19694C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19694C

Black with #19694C

Text Example


Text Example

White with #19694C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19694C; }

 p { color: rgb(25,105,76); }

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

background-color css

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

 a { background-color: rgb(25,105,76); }

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

border-color css

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

 span { border-color: rgb(25,105,76); }

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