#13905B

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

Shades of Elf Green #13905B

Tints of Elf Green #13905B

Color information

#13905B (or 0x13905B) is unknown color: approx Elf Green. HEX triplet: 13, 90 and 5B. RGB value is (19,144,91). Sum of RGB (Red+Green+Blue) = 19+144+91=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 144 (56.64% from 255 or 56.69% from 254); Blue value is 91 (35.94% from 255 or 35.83% from 254); Max value from RGB is 144 - color contains mainly: green. Hex color #13905B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13905B is #EC6FA4. Grayscale: #646464. Windows color (decimal): -15495077 or 6000659. OLE color: 6000659.

HSL color Cylindrical-coordinate representation of color #13905B: hue angle of 154.56º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13905B is Cyan = 0.87, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.

Color convert

RGB1914491-
CMYK0.8700.370.44
HSL154.56º76.69%31.96%-
HSV(B)154.56º86.81%56.47%-
XYZ12.1320.8413.28-
YUV100.58122.5969.81-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.48%
GREEN value IS 144 (56.64% from 255) = 56.69%
BLUE value IS 91 (35.94% from 255) = 35.83%
R=7.48%
G=56.69%
B=35.83%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal19144910.8700.370.44154.5676.6931.96
Hex13905B570252C9b4d20
Octal232201331270455423311540
Binary1001110010000101101110101110100101101100100110111001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13905B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,144,91); }

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

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

 a { background-color: rgb(19,144,91); }

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

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

 span { border-color: rgb(19,144,91); }

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