Html Css Color HEX #138574 Elf Green

📋 copy color: '#138574'

red 19 ◦ green 133 ◦ blue 116

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

Shades of Elf Green #138574

Tints of Elf Green #138574

RGB

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

 GREEN value IS 133 (52.34% from 255) = 49.63%

 BLUE value IS 116 (45.7% from 255) = 43.28%

R = 7.09%
G = 49.63%
B = 43.28%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#138574 (or 0x138574) is known color: Elf Green. HEX triplet: 13, 85 and 74. RGB value is (19,133,116). Sum of RGB (Red+Green+Blue) = 19+133+116=268 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.09% from 268); Green value is 133 (52.34% from 255 or 49.63% from 268); Blue value is 116 (45.70% from 255 or 43.28% from 268); Max value from RGB is 133 - color contains mainly: green. Hex color #138574 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138574 is #EC7A8B. Grayscale: #606060. Windows color (decimal): -15497868 or 7636243. OLE color: 7636243.

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

Color convert

RGB 19 133 116 -
CMYK 0.86 0 0.13 0.48
HSL 171.05º 0.75% 0.3% -
HSV(B) 171.05º 0.86% 0.52% -
XYZ 11.81 18.17 19.41 -
YUV 96.98 138.73 72.38 -
System Red Green Blue C M Y K H S L
Decimal 19 133 116 0.86 0 0.13 0.48 171.05 0.75 0.3
Hex 13 85 74 56 0 D 30 AB 4B 1E
Octal 23 205 164 126 0 15 60 253 113 36
Binary 10011 10000101 1110100 1010110 0 1101 110000 10101011 1001011 11110

Color Harmonies of #138574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138574

Black with #138574

Text Example


Text Example

White with #138574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138574; }

 p { color: rgb(19,133,116); }

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

background-color css

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

 a { background-color: rgb(19,133,116); }

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

border-color css

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

 span { border-color: rgb(19,133,116); }

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