Html Css Color HEX #19654C Jewel

📋 copy color: '#19654C'

red 25 ◦ green 101 ◦ blue 76

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

Shades of Jewel #19654C

Tints of Jewel #19654C

RGB

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

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

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

R = 12.38%
G = 50%
B = 37.62%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.25

 K value IS 0.60

RGB Variations

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

Color information

#19654C (or 0x19654C) is known color: Jewel. HEX triplet: 19, 65 and 4C. RGB value is (25,101,76). Sum of RGB (Red+Green+Blue) = 25+101+76=202 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.38% from 202); Green value is 101 (39.84% from 255 or 50% from 202); Blue value is 76 (30.08% from 255 or 37.62% from 202); Max value from RGB is 101 - color contains mainly: green. Hex color #19654C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19654C is #E69AB3. Grayscale: #4B4B4B. Windows color (decimal): -15112884 or 5006617. OLE color: 5006617.

HSL color Cylindrical-coordinate representation of color #19654C: hue angle of 160.26º 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 #19654C is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.

Color convert

RGB 25 101 76 -
CMYK 0.75 0 0.25 0.60
HSL 160.26º 0.6% 0.25% -
HSV(B) 160.26º 0.75% 0.4% -
XYZ 6.36 10.04 8.44 -
YUV 75.43 128.32 92.03 -
System Red Green Blue C M Y K H S L
Decimal 25 101 76 0.75 0 0.25 0.60 160.26 0.6 0.25
Hex 19 65 4C 4B 0 19 3C A0 3C 19
Octal 31 145 114 113 0 31 74 240 74 31
Binary 11001 1100101 1001100 1001011 0 11001 111100 10100000 111100 11001

Color Harmonies of #19654C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19654C

Black with #19654C

Text Example


Text Example

White with #19654C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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