#13935D

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

Shades of Elf Green #13935D

Tints of Elf Green #13935D

Color information

#13935D (or 0x13935D) is unknown color: approx Elf Green. HEX triplet: 13, 93 and 5D. RGB value is (19,147,93). Sum of RGB (Red+Green+Blue) = 19+147+93=259 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.34% from 259); Green value is 147 (57.81% from 255 or 56.76% from 259); Blue value is 93 (36.72% from 255 or 35.91% from 259); Max value from RGB is 147 - color contains mainly: green. Hex color #13935D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13935D is #EC6CA2. Grayscale: #666666. Windows color (decimal): -15494307 or 6132499. OLE color: 6132499.

HSL color Cylindrical-coordinate representation of color #13935D: hue angle of 154.69º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13935D is Cyan = 0.87, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB1914793-
CMYK0.8700.370.42
HSL154.69º77.11%32.55%-
HSV(B)154.69º87.07%57.65%-
XYZ12.6821.813.89-
YUV102.57122.5968.39-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.34%
GREEN value IS 147 (57.81% from 255) = 56.76%
BLUE value IS 93 (36.72% from 255) = 35.91%
R=7.34%
G=56.76%
B=35.91%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal19147930.8700.370.42154.6977.1132.55
Hex13935D570252A9b4d21
Octal232231351270455223311541
Binary1001110010011101110110101110100101101010100110111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13935D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13935D; }

 p { color: rgb(19,147,93); }

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

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

 a { background-color: rgb(19,147,93); }

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

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

 span { border-color: rgb(19,147,93); }

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