#13956B

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

Shades of Elf Green #13956B

Tints of Elf Green #13956B

Color information

#13956B (or 0x13956B) is unknown color: approx Elf Green. HEX triplet: 13, 95 and 6B. RGB value is (19,149,107). Sum of RGB (Red+Green+Blue) = 19+149+107=275 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.91% from 275); Green value is 149 (58.59% from 255 or 54.18% from 275); Blue value is 107 (42.19% from 255 or 38.91% from 275); Max value from RGB is 149 - color contains mainly: green. Hex color #13956B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13956B is #EC6A94. Grayscale: #696969. Windows color (decimal): -15493781 or 7050515. OLE color: 7050515.

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

Color convert

RGB19149107-
CMYK0.8700.280.42
HSL160.62º77.38%32.94%-
HSV(B)160.62º87.25%58.43%-
XYZ13.6722.6917.57-
YUV105.34128.9366.42-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.91%
GREEN value IS 149 (58.59% from 255) = 54.18%
BLUE value IS 107 (42.19% from 255) = 38.91%
R=6.91%
G=54.18%
B=38.91%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal191491070.8700.280.42160.6277.3832.94
Hex13956B5701C2Aa14d21
Octal232251531270345224111541
Binary100111001010111010111010111011100101010101000011001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13956B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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