Html Css Color HEX #138375 Elf Green

📋 copy color: '#138375'

red 19 ◦ green 131 ◦ blue 117

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

Shades of Elf Green #138375

Tints of Elf Green #138375

RGB

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

 GREEN value IS 131 (51.56% from 255) = 49.06%

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

R = 7.12%
G = 49.06%
B = 43.82%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#138375 (or 0x138375) is known color: Elf Green. HEX triplet: 13, 83 and 75. RGB value is (19,131,117). Sum of RGB (Red+Green+Blue) = 19+131+117=267 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.12% from 267); Green value is 131 (51.56% from 255 or 49.06% from 267); Blue value is 117 (46.09% from 255 or 43.82% from 267); Max value from RGB is 131 - color contains mainly: green. Hex color #138375 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138375 is #EC7C8A. Grayscale: #5F5F5F. Windows color (decimal): -15498379 or 7701267. OLE color: 7701267.

HSL color Cylindrical-coordinate representation of color #138375: hue angle of 172.5º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #138375 is Cyan = 0.85, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 131 117 -
CMYK 0.85 0 0.11 0.49
HSL 172.5º 0.75% 0.29% -
HSV(B) 172.5º 0.85% 0.51% -
XYZ 11.6 17.66 19.63 -
YUV 95.92 139.89 73.14 -
System Red Green Blue C M Y K H S L
Decimal 19 131 117 0.85 0 0.11 0.49 172.5 0.75 0.29
Hex 13 83 75 55 0 B 31 AC 4B 1D
Octal 23 203 165 125 0 13 61 254 113 35
Binary 10011 10000011 1110101 1010101 0 1011 110001 10101100 1001011 11101

Color Harmonies of #138375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138375

Black with #138375

Text Example


Text Example

White with #138375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138375; }

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

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

background-color css

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

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

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

border-color css

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

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

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