#19827B

Color #19827B Elm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elm #19827B

Tints of Elm #19827B

Color information

#19827B (or 0x19827B) is unknown color: approx Elm. HEX triplet: 19, 82 and 7B. RGB value is (25,130,123). Sum of RGB (Red+Green+Blue) = 25+130+123=278 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.99% from 278); Green value is 130 (51.17% from 255 or 46.76% from 278); Blue value is 123 (48.44% from 255 or 44.24% from 278); Max value from RGB is 130 - color contains mainly: green. Hex color #19827B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19827B is #E67D84. Grayscale: #616161. Windows color (decimal): -15105413 or 8094233. OLE color: 8094233.

HSL color Cylindrical-coordinate representation of color #19827B: hue angle of 176º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #19827B is Cyan = 0.81, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB25130123-
CMYK0.8100.050.49
HSL176º67.74%30.39%-
HSV(B)176º80.77%50.98%-
XYZ11.9617.621.51-
YUV97.81142.2176.07-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.99%
GREEN value IS 130 (51.17% from 255) = 46.76%
BLUE value IS 123 (48.44% from 255) = 44.24%
R=8.99%
G=46.76%
B=44.24%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal251301230.8100.050.4917667.7430.39
Hex19827B510531b0441e
Octal31202173121056126010436
Binary110011000001011110111010001010111000110110000100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19827B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19827B; }

 p { color: rgb(25,130,123); }

 H1.HeaderClassName
 {
   color: #19827B;
 }
 .AnyTagClassName
 {
   color: #19827B;
 }
</style>
background-color css

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

 a { background-color: rgb(25,130,123); }

 div.DivClassName
 {
   background-color: #19827B;
 }
 .BgClassName
 {
   background-color: #19827B;
 }
</style>
border-color css

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

 span { border-color: rgb(25,130,123); }

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