#138875

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

Shades of Elf Green #138875

Tints of Elf Green #138875

Color information

#138875 (or 0x138875) is unknown color: approx Elf Green. HEX triplet: 13, 88 and 75. RGB value is (19,136,117). Sum of RGB (Red+Green+Blue) = 19+136+117=272 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.99% from 272); Green value is 136 (53.52% from 255 or 50% from 272); Blue value is 117 (46.09% from 255 or 43.01% from 272); Max value from RGB is 136 - color contains mainly: green. Hex color #138875 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138875 is #EC778A. Grayscale: #626262. Windows color (decimal): -15497099 or 7702547. OLE color: 7702547.

HSL color Cylindrical-coordinate representation of color #138875: hue angle of 170.26º 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 #138875 is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB19136117-
CMYK0.8600.140.47
HSL170.26º75.48%30.39%-
HSV(B)170.26º86.03%53.33%-
XYZ12.2819.0319.86-
YUV98.85138.2471.04-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.99%
GREEN value IS 136 (53.52% from 255) = 50%
BLUE value IS 117 (46.09% from 255) = 43.01%
R=6.99%
G=50%
B=43.01%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal191361170.8600.140.47170.2675.4830.39
Hex138875560E2Faa4b1e
Octal232101651260165725211336
Binary1001110001000111010110101100111010111110101010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138875; }

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

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

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

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

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

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

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

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