Html Css Color HEX #138475 Elf Green

📋 copy color: '#138475'

red 19 ◦ green 132 ◦ blue 117

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

Shades of Elf Green #138475

Tints of Elf Green #138475

RGB

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

 GREEN value IS 132 (51.95% from 255) = 49.25%

 BLUE value IS 117 (46.09% from 255) = 43.66%

R = 7.09%
G = 49.25%
B = 43.66%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#138475 (or 0x138475) is known color: Elf Green. HEX triplet: 13, 84 and 75. RGB value is (19,132,117). Sum of RGB (Red+Green+Blue) = 19+132+117=268 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.09% from 268); Green value is 132 (51.95% from 255 or 49.25% from 268); Blue value is 117 (46.09% from 255 or 43.66% from 268); Max value from RGB is 132 - color contains mainly: green. Hex color #138475 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138475 is #EC7B8A. Grayscale: #606060. Windows color (decimal): -15498123 or 7701523. OLE color: 7701523.

HSL color Cylindrical-coordinate representation of color #138475: hue angle of 172.04º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138475 is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 19 132 117 -
CMYK 0.86 0 0.11 0.48
HSL 172.04º 0.75% 0.3% -
HSV(B) 172.04º 0.86% 0.52% -
XYZ 11.73 17.93 19.67 -
YUV 96.5 139.56 72.72 -
System Red Green Blue C M Y K H S L
Decimal 19 132 117 0.86 0 0.11 0.48 172.04 0.75 0.3
Hex 13 84 75 56 0 B 30 AC 4B 1E
Octal 23 204 165 126 0 13 60 254 113 36
Binary 10011 10000100 1110101 1010110 0 1011 110000 10101100 1001011 11110

Color Harmonies of #138475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138475

Black with #138475

Text Example


Text Example

White with #138475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138475; }

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

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

background-color css

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

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

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

border-color css

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

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

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