Html Css Color HEX #3E8D79 Lochinvar

📋 copy color: '#3E8D79'

red 62 ◦ green 141 ◦ blue 121

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

Shades of Lochinvar #3E8D79

Tints of Lochinvar #3E8D79

RGB

 RED value IS 62 (24.61% from 255) = 19.14%

 GREEN value IS 141 (55.47% from 255) = 43.52%

 BLUE value IS 121 (47.66% from 255) = 37.35%

R = 19.14%
G = 43.52%
B = 37.35%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#3E8D79 (or 0x3E8D79) is known color: Lochinvar. HEX triplet: 3E, 8D and 79. RGB value is (62,141,121). Sum of RGB (Red+Green+Blue) = 62+141+121=324 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.14% from 324); Green value is 141 (55.47% from 255 or 43.52% from 324); Blue value is 121 (47.66% from 255 or 37.35% from 324); Max value from RGB is 141 - color contains mainly: green. Hex color #3E8D79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8D79 is #C17286. Grayscale: #737373. Windows color (decimal): -12677767 or 7966014. OLE color: 7966014.

HSL color Cylindrical-coordinate representation of color #3E8D79: hue angle of 164.81º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3E8D79 is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB 62 141 121 -
CMYK 0.56 0 0.14 0.45
HSL 164.81º 0.39% 0.4% -
HSV(B) 164.81º 0.56% 0.55% -
XYZ 14.96 21.45 21.44 -
YUV 115.1 131.33 90.13 -
System Red Green Blue C M Y K H S L
Decimal 62 141 121 0.56 0 0.14 0.45 164.81 0.39 0.4
Hex 3E 8D 79 38 0 E 2D A5 27 28
Octal 76 215 171 70 0 16 55 245 47 50
Binary 111110 10001101 1111001 111000 0 1110 101101 10100101 100111 101000

Color Harmonies of #3E8D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E8D79

Black with #3E8D79

Text Example


Text Example

White with #3E8D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E8D79; }

 p { color: rgb(62,141,121); }

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

background-color css

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

 a { background-color: rgb(62,141,121); }

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

border-color css

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

 span { border-color: rgb(62,141,121); }

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