Html Css Color HEX #3E8C81 Lochinvar

📋 copy color: '#3E8C81'

red 62 ◦ green 140 ◦ blue 129

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

Shades of Lochinvar #3E8C81

Tints of Lochinvar #3E8C81

RGB

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

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

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

R = 18.73%
G = 42.3%
B = 38.97%

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

#3E8C81 (or 0x3E8C81) is known color: Lochinvar. HEX triplet: 3E, 8C and 81. RGB value is (62,140,129). Sum of RGB (Red+Green+Blue) = 62+140+129=331 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.73% from 331); Green value is 140 (55.08% from 255 or 42.30% from 331); Blue value is 129 (50.78% from 255 or 38.97% from 331); Max value from RGB is 140 - color contains mainly: green. Hex color #3E8C81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E8C81 is #C1737E. Grayscale: #737373. Windows color (decimal): -12678015 or 8490046. OLE color: 8490046.

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

Color convert

RGB 62 140 129 -
CMYK 0.56 0 0.08 0.45
HSL 171.54º 0.39% 0.4% -
HSV(B) 171.54º 0.56% 0.55% -
XYZ 15.33 21.37 24.08 -
YUV 115.42 135.66 89.89 -
System Red Green Blue C M Y K H S L
Decimal 62 140 129 0.56 0 0.08 0.45 171.54 0.39 0.4
Hex 3E 8C 81 38 0 8 2D AC 27 28
Octal 76 214 201 70 0 10 55 254 47 50
Binary 111110 10001100 10000001 111000 0 1000 101101 10101100 100111 101000

Color Harmonies of #3E8C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E8C81

Black with #3E8C81

Text Example


Text Example

White with #3E8C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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