Html Css Color HEX #3E8C79 Lochinvar

📋 copy color: '#3E8C79'

red 62 ◦ green 140 ◦ blue 121

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

Shades of Lochinvar #3E8C79

Tints of Lochinvar #3E8C79

RGB

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

 GREEN value IS 140 (55.08% from 255) = 43.34%

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

R = 19.2%
G = 43.34%
B = 37.46%

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

#3E8C79 (or 0x3E8C79) is known color: Lochinvar. HEX triplet: 3E, 8C and 79. RGB value is (62,140,121). Sum of RGB (Red+Green+Blue) = 62+140+121=323 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.20% from 323); Green value is 140 (55.08% from 255 or 43.34% from 323); Blue value is 121 (47.66% from 255 or 37.46% from 323); Max value from RGB is 140 - color contains mainly: green. Hex color #3E8C79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8C79 is #C17386. Grayscale: #727272. Windows color (decimal): -12678023 or 7965758. OLE color: 7965758.

HSL color Cylindrical-coordinate representation of color #3E8C79: hue angle of 165.38º 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 #3E8C79 is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB 62 140 121 -
CMYK 0.56 0 0.14 0.45
HSL 165.38º 0.39% 0.4% -
HSV(B) 165.38º 0.56% 0.55% -
XYZ 14.82 21.16 21.39 -
YUV 114.51 131.66 90.54 -
System Red Green Blue C M Y K H S L
Decimal 62 140 121 0.56 0 0.14 0.45 165.38 0.39 0.4
Hex 3E 8C 79 38 0 E 2D A5 27 28
Octal 76 214 171 70 0 16 55 245 47 50
Binary 111110 10001100 1111001 111000 0 1110 101101 10100101 100111 101000

Color Harmonies of #3E8C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E8C79

Black with #3E8C79

Text Example


Text Example

White with #3E8C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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