#19654C

Color #19654C Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #19654C

Tints of Jewel #19654C

Color information

#19654C (or 0x19654C) is unknown color: approx 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

RGB2510176-
CMYK0.7500.250.60
HSL160.26º60.32%24.71%-
HSV(B)160.26º75.25%39.61%-
XYZ6.3610.048.44-
YUV75.43128.3292.03-

RGB Variations

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

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 (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal25101760.7500.250.60160.2660.3224.71
Hex19654C4B0193Ca03c19
Octal31145114113031742407431
Binary110011100101100110010010110110011111001010000011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19654C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>