#13937B

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

Shades of Elf Green #13937B

Tints of Elf Green #13937B

Color information

#13937B (or 0x13937B) is unknown color: approx Elf Green. HEX triplet: 13, 93 and 7B. RGB value is (19,147,123). Sum of RGB (Red+Green+Blue) = 19+147+123=289 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.57% from 289); Green value is 147 (57.81% from 255 or 50.87% from 289); Blue value is 123 (48.44% from 255 or 42.56% from 289); Max value from RGB is 147 - color contains mainly: green. Hex color #13937B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13937B is #EC6C84. Grayscale: #696969. Windows color (decimal): -15494277 or 8098579. OLE color: 8098579.

HSL color Cylindrical-coordinate representation of color #13937B: hue angle of 168.75º 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 #13937B is Cyan = 0.87, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB19147123-
CMYK0.8700.160.42
HSL168.75º77.11%32.55%-
HSV(B)168.75º87.07%57.65%-
XYZ14.2822.4422.32-
YUV105.99137.5965.95-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.57%
GREEN value IS 147 (57.81% from 255) = 50.87%
BLUE value IS 123 (48.44% from 255) = 42.56%
R=6.57%
G=50.87%
B=42.56%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal191471230.8700.160.42168.7577.1132.55
Hex13937B570102Aa94d21
Octal232231731270205225111541
Binary100111001001111110111010111010000101010101010011001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13937B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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