Html Css Color HEX #138B5C Elf Green

📋 copy color: '#138B5C'

red 19 ◦ green 139 ◦ blue 92

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

Shades of Elf Green #138B5C

Tints of Elf Green #138B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 36.8%

R = 7.6%
G = 55.6%
B = 36.8%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.34

 K value IS 0.45

RGB Variations

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

Color information

#138B5C (or 0x138B5C) is known color: Elf Green. HEX triplet: 13, 8B and 5C. RGB value is (19,139,92). Sum of RGB (Red+Green+Blue) = 19+139+92=250 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.6% from 250); Green value is 139 (54.69% from 255 or 55.6% from 250); Blue value is 92 (36.33% from 255 or 36.8% from 250); Max value from RGB is 139 - color contains mainly: green. Hex color #138B5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138B5C is #EC74A3. Grayscale: #616161. Windows color (decimal): -15496356 or 6064915. OLE color: 6064915.

HSL color Cylindrical-coordinate representation of color #138B5C: hue angle of 156.5º 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 #138B5C is Cyan = 0.86, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 139 92 -
CMYK 0.86 0 0.34 0.45
HSL 156.5º 0.76% 0.31% -
HSV(B) 156.5º 0.86% 0.55% -
XYZ 11.43 19.38 13.26 -
YUV 97.76 124.74 71.82 -
System Red Green Blue C M Y K H S L
Decimal 19 139 92 0.86 0 0.34 0.45 156.5 0.76 0.31
Hex 13 8B 5C 56 0 22 2D 9C 4C 1F
Octal 23 213 134 126 0 42 55 234 114 37
Binary 10011 10001011 1011100 1010110 0 100010 101101 10011100 1001100 11111

Color Harmonies of #138B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138B5C

Black with #138B5C

Text Example


Text Example

White with #138B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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