#13886B

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

Shades of Elf Green #13886B

Tints of Elf Green #13886B

Color information

#13886B (or 0x13886B) is unknown color: approx Elf Green. HEX triplet: 13, 88 and 6B. RGB value is (19,136,107). Sum of RGB (Red+Green+Blue) = 19+136+107=262 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.25% from 262); Green value is 136 (53.52% from 255 or 51.91% from 262); Blue value is 107 (42.19% from 255 or 40.84% from 262); Max value from RGB is 136 - color contains mainly: green. Hex color #13886B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13886B is #EC7794. Grayscale: #616161. Windows color (decimal): -15497109 or 7047187. OLE color: 7047187.

HSL color Cylindrical-coordinate representation of color #13886B: hue angle of 165.13º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13886B is Cyan = 0.86, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB19136107-
CMYK0.8600.210.47
HSL165.13º75.48%30.39%-
HSV(B)165.13º86.03%53.33%-
XYZ11.7318.8116.92-
YUV97.71133.2471.86-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.25%
GREEN value IS 136 (53.52% from 255) = 51.91%
BLUE value IS 107 (42.19% from 255) = 40.84%
R=7.25%
G=51.91%
B=40.84%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal191361070.8600.210.47165.1375.4830.39
Hex13886B560152Fa54b1e
Octal232101531260255724511336
Binary10011100010001101011101011001010110111110100101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13886B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,136,107); }

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

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

 a { background-color: rgb(19,136,107); }

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

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

 span { border-color: rgb(19,136,107); }

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