Html Css Color HEX #138B65 Elf Green

📋 copy color: '#138B65'

red 19 ◦ green 139 ◦ blue 101

#138B65
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elf Green #138B65

Tints of Elf Green #138B65

RGB

 RED value IS 19 (7.81% from 255) = 7.34%

 GREEN value IS 139 (54.69% from 255) = 53.67%

 BLUE value IS 101 (39.84% from 255) = 39%

R = 7.34%
G = 53.67%
B = 39%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.27

 K value IS 0.45

RGB Variations

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

Color information

#138B65 (or 0x138B65) is known color: Elf Green. HEX triplet: 13, 8B and 65. RGB value is (19,139,101). Sum of RGB (Red+Green+Blue) = 19+139+101=259 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.34% from 259); Green value is 139 (54.69% from 255 or 53.67% from 259); Blue value is 101 (39.84% from 255 or 39.00% from 259); Max value from RGB is 139 - color contains mainly: green. Hex color #138B65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138B65 is #EC749A. Grayscale: #626262. Windows color (decimal): -15496347 or 6654739. OLE color: 6654739.

HSL color Cylindrical-coordinate representation of color #138B65: hue angle of 161º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138B65 is Cyan = 0.86, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 139 101 -
CMYK 0.86 0 0.27 0.45
HSL 161º 0.76% 0.31% -
HSV(B) 161º 0.86% 0.55% -
XYZ 11.85 19.54 15.46 -
YUV 98.79 129.24 71.09 -
System Red Green Blue C M Y K H S L
Decimal 19 139 101 0.86 0 0.27 0.45 161 0.76 0.31
Hex 13 8B 65 56 0 1B 2D A1 4C 1F
Octal 23 213 145 126 0 33 55 241 114 37
Binary 10011 10001011 1100101 1010110 0 11011 101101 10100001 1001100 11111

Color Harmonies of #138B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138B65

Black with #138B65

Text Example


Text Example

White with #138B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138B65; }

 p { color: rgb(19,139,101); }

 H1.HeaderClassName
 {
   color: #138B65;
 }
 .AnyTagClassName
 {
   color: #138B65;
 }
</style>

background-color css

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

 a { background-color: rgb(19,139,101); }

 div.DivClassName
 {
   background-color: #138B65;
 }
 .BgClassName
 {
   background-color: #138B65;
 }
</style>

border-color css

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

 span { border-color: rgb(19,139,101); }

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