Html Css Color HEX #139572 Elf Green

📋 copy color: '#139572'

red 19 ◦ green 149 ◦ blue 114

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

Shades of Elf Green #139572

Tints of Elf Green #139572

RGB

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

 GREEN value IS 149 (58.59% from 255) = 52.84%

 BLUE value IS 114 (44.92% from 255) = 40.43%

R = 6.74%
G = 52.84%
B = 40.43%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#139572 (or 0x139572) is known color: Elf Green. HEX triplet: 13, 95 and 72. RGB value is (19,149,114). Sum of RGB (Red+Green+Blue) = 19+149+114=282 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.74% from 282); Green value is 149 (58.59% from 255 or 52.84% from 282); Blue value is 114 (44.92% from 255 or 40.43% from 282); Max value from RGB is 149 - color contains mainly: green. Hex color #139572 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139572 is #EC6A8D. Grayscale: #6A6A6A. Windows color (decimal): -15493774 or 7509267. OLE color: 7509267.

HSL color Cylindrical-coordinate representation of color #139572: hue angle of 163.85º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139572 is Cyan = 0.87, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 149 114 -
CMYK 0.87 0 0.23 0.42
HSL 163.85º 0.77% 0.33% -
HSV(B) 163.85º 0.87% 0.58% -
XYZ 14.05 22.85 19.59 -
YUV 106.14 132.43 65.85 -
System Red Green Blue C M Y K H S L
Decimal 19 149 114 0.87 0 0.23 0.42 163.85 0.77 0.33
Hex 13 95 72 57 0 17 2A A4 4D 21
Octal 23 225 162 127 0 27 52 244 115 41
Binary 10011 10010101 1110010 1010111 0 10111 101010 10100100 1001101 100001

Color Harmonies of #139572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139572

Black with #139572

Text Example


Text Example

White with #139572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139572; }

 p { color: rgb(19,149,114); }

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

background-color css

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

 a { background-color: rgb(19,149,114); }

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

border-color css

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

 span { border-color: rgb(19,149,114); }

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