Html Css Color HEX #3E8D82 Lochinvar

📋 copy color: '#3E8D82'

red 62 ◦ green 141 ◦ blue 130

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

Shades of Lochinvar #3E8D82

Tints of Lochinvar #3E8D82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 39.04%

R = 18.62%
G = 42.34%
B = 39.04%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.08

 K value IS 0.45

RGB Variations

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

Color information

#3E8D82 (or 0x3E8D82) is known color: Lochinvar. HEX triplet: 3E, 8D and 82. RGB value is (62,141,130). Sum of RGB (Red+Green+Blue) = 62+141+130=333 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.62% from 333); Green value is 141 (55.47% from 255 or 42.34% from 333); Blue value is 130 (51.17% from 255 or 39.04% from 333); Max value from RGB is 141 - color contains mainly: green. Hex color #3E8D82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E8D82 is #C1727D. Grayscale: #747474. Windows color (decimal): -12677758 or 8555838. OLE color: 8555838.

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

Color convert

RGB 62 141 130 -
CMYK 0.56 0 0.08 0.45
HSL 171.65º 0.39% 0.4% -
HSV(B) 171.65º 0.56% 0.55% -
XYZ 15.54 21.69 24.49 -
YUV 116.13 135.83 89.39 -
System Red Green Blue C M Y K H S L
Decimal 62 141 130 0.56 0 0.08 0.45 171.65 0.39 0.4
Hex 3E 8D 82 38 0 8 2D AC 27 28
Octal 76 215 202 70 0 10 55 254 47 50
Binary 111110 10001101 10000010 111000 0 1000 101101 10101100 100111 101000

Color Harmonies of #3E8D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E8D82

Black with #3E8D82

Text Example


Text Example

White with #3E8D82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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