Html Css Color HEX #3E877E Lochinvar

📋 copy color: '#3E877E'

red 62 ◦ green 135 ◦ blue 126

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

Shades of Lochinvar #3E877E

Tints of Lochinvar #3E877E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 39.01%

R = 19.2%
G = 41.8%
B = 39.01%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#3E877E (or 0x3E877E) is known color: Lochinvar. HEX triplet: 3E, 87 and 7E. RGB value is (62,135,126). Sum of RGB (Red+Green+Blue) = 62+135+126=323 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.20% from 323); Green value is 135 (53.12% from 255 or 41.80% from 323); Blue value is 126 (49.61% from 255 or 39.01% from 323); Max value from RGB is 135 - color contains mainly: green. Hex color #3E877E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E877E is #C17881. Grayscale: #707070. Windows color (decimal): -12679298 or 8292158. OLE color: 8292158.

HSL color Cylindrical-coordinate representation of color #3E877E: hue angle of 172.6º 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 #3E877E is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 62 135 126 -
CMYK 0.54 0 0.07 0.47
HSL 172.6º 0.37% 0.39% -
HSV(B) 172.6º 0.54% 0.53% -
XYZ 14.42 19.86 22.81 -
YUV 112.15 135.82 92.23 -
System Red Green Blue C M Y K H S L
Decimal 62 135 126 0.54 0 0.07 0.47 172.6 0.37 0.39
Hex 3E 87 7E 36 0 7 2F AD 25 27
Octal 76 207 176 66 0 7 57 255 45 47
Binary 111110 10000111 1111110 110110 0 111 101111 10101101 100101 100111

Color Harmonies of #3E877E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E877E

Black with #3E877E

Text Example


Text Example

White with #3E877E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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