#199074

Color #199074 Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #199074

Tints of Elf Green #199074

Color information

#199074 (or 0x199074) is unknown color: approx Elf Green. HEX triplet: 19, 90 and 74. RGB value is (25,144,116). Sum of RGB (Red+Green+Blue) = 25+144+116=285 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.77% from 285); Green value is 144 (56.64% from 255 or 50.53% from 285); Blue value is 116 (45.70% from 255 or 40.70% from 285); Max value from RGB is 144 - color contains mainly: green. Hex color #199074 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #199074 is #E66F8B. Grayscale: #696969. Windows color (decimal): -15101836 or 7639065. OLE color: 7639065.

HSL color Cylindrical-coordinate representation of color #199074: hue angle of 165.88º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #199074 is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB25144116-
CMYK0.8300.190.44
HSL165.88º70.41%33.14%-
HSV(B)165.88º82.64%56.47%-
XYZ13.5321.4119.94-
YUV105.23134.0870.78-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.77%
GREEN value IS 144 (56.64% from 255) = 50.53%
BLUE value IS 116 (45.70% from 255) = 40.70%
R=8.77%
G=50.53%
B=40.70%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal251441160.8300.190.44165.8870.4133.14
Hex199074530132Ca64621
Octal312201641230235424610641
Binary110011001000011101001010011010011101100101001101000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #199074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #199074; }

 p { color: rgb(25,144,116); }

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

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

 a { background-color: rgb(25,144,116); }

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

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

 span { border-color: rgb(25,144,116); }

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