Html Css Color HEX #3E8781 Lochinvar

📋 copy color: '#3E8781'

red 62 ◦ green 135 ◦ blue 129

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

Shades of Lochinvar #3E8781

Tints of Lochinvar #3E8781

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.41%

 BLUE value IS 129 (50.78% from 255) = 39.57%

R = 19.02%
G = 41.41%
B = 39.57%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#3E8781 (or 0x3E8781) is known color: Lochinvar. HEX triplet: 3E, 87 and 81. RGB value is (62,135,129). Sum of RGB (Red+Green+Blue) = 62+135+129=326 (43% of max value = 765). Red value is 62 (24.61% from 255 or 19.02% from 326); Green value is 135 (53.12% from 255 or 41.41% from 326); Blue value is 129 (50.78% from 255 or 39.57% from 326); Max value from RGB is 135 - color contains mainly: green. Hex color #3E8781 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E8781 is #C1787E. Grayscale: #707070. Windows color (decimal): -12679295 or 8488766. OLE color: 8488766.

HSL color Cylindrical-coordinate representation of color #3E8781: hue angle of 175.07º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3E8781 is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 62 135 129 -
CMYK 0.54 0 0.04 0.47
HSL 175.07º 0.37% 0.39% -
HSV(B) 175.07º 0.54% 0.53% -
XYZ 14.61 19.94 23.85 -
YUV 112.49 137.32 91.99 -
System Red Green Blue C M Y K H S L
Decimal 62 135 129 0.54 0 0.04 0.47 175.07 0.37 0.39
Hex 3E 87 81 36 0 4 2F AF 25 27
Octal 76 207 201 66 0 4 57 257 45 47
Binary 111110 10000111 10000001 110110 0 100 101111 10101111 100101 100111

Color Harmonies of #3E8781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E8781

Black with #3E8781

Text Example


Text Example

White with #3E8781

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,135,129); }

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

background-color css

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

 a { background-color: rgb(62,135,129); }

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

border-color css

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

 span { border-color: rgb(62,135,129); }

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