Html Css Color HEX #3E8C82 Lochinvar

📋 copy color: '#3E8C82'

red 62 ◦ green 140 ◦ blue 130

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

Shades of Lochinvar #3E8C82

Tints of Lochinvar #3E8C82

RGB

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

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

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

R = 18.67%
G = 42.17%
B = 39.16%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.07

 K value IS 0.45

RGB Variations

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

Color information

#3E8C82 (or 0x3E8C82) is known color: Lochinvar. HEX triplet: 3E, 8C and 82. RGB value is (62,140,130). Sum of RGB (Red+Green+Blue) = 62+140+130=332 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.67% from 332); Green value is 140 (55.08% from 255 or 42.17% from 332); Blue value is 130 (51.17% from 255 or 39.16% from 332); Max value from RGB is 140 - color contains mainly: green. Hex color #3E8C82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E8C82 is #C1737D. Grayscale: #737373. Windows color (decimal): -12678014 or 8555582. OLE color: 8555582.

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

Color convert

RGB 62 140 130 -
CMYK 0.56 0 0.07 0.45
HSL 172.31º 0.39% 0.4% -
HSV(B) 172.31º 0.56% 0.55% -
XYZ 15.39 21.39 24.44 -
YUV 115.54 136.16 89.81 -
System Red Green Blue C M Y K H S L
Decimal 62 140 130 0.56 0 0.07 0.45 172.31 0.39 0.4
Hex 3E 8C 82 38 0 7 2D AC 27 28
Octal 76 214 202 70 0 7 55 254 47 50
Binary 111110 10001100 10000010 111000 0 111 101101 10101100 100111 101000

Color Harmonies of #3E8C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E8C82

Black with #3E8C82

Text Example


Text Example

White with #3E8C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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