Html Css Color HEX #398D7A Lochinvar

📋 copy color: '#398D7A'

red 57 ◦ green 141 ◦ blue 122

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

Shades of Lochinvar #398D7A

Tints of Lochinvar #398D7A

RGB

 RED value IS 57 (22.66% from 255) = 17.81%

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

 BLUE value IS 122 (48.05% from 255) = 38.13%

R = 17.81%
G = 44.06%
B = 38.13%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#398D7A (or 0x398D7A) is known color: Lochinvar. HEX triplet: 39, 8D and 7A. RGB value is (57,141,122). Sum of RGB (Red+Green+Blue) = 57+141+122=320 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.81% from 320); Green value is 141 (55.47% from 255 or 44.06% from 320); Blue value is 122 (48.05% from 255 or 38.12% from 320); Max value from RGB is 141 - color contains mainly: green. Hex color #398D7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398D7A is #C67285. Grayscale: #717171. Windows color (decimal): -13005446 or 8031545. OLE color: 8031545.

HSL color Cylindrical-coordinate representation of color #398D7A: hue angle of 166.43º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #398D7A is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB 57 141 122 -
CMYK 0.60 0 0.13 0.45
HSL 166.43º 0.42% 0.39% -
HSV(B) 166.43º 0.6% 0.55% -
XYZ 14.73 21.32 21.75 -
YUV 113.72 132.67 87.54 -
System Red Green Blue C M Y K H S L
Decimal 57 141 122 0.60 0 0.13 0.45 166.43 0.42 0.39
Hex 39 8D 7A 3C 0 D 2D A6 2A 27
Octal 71 215 172 74 0 15 55 246 52 47
Binary 111001 10001101 1111010 111100 0 1101 101101 10100110 101010 100111

Color Harmonies of #398D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398D7A

Black with #398D7A

Text Example


Text Example

White with #398D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398D7A; }

 p { color: rgb(57,141,122); }

 H1.HeaderClassName
 {
   color: #398D7A;
 }
 .AnyTagClassName
 {
   color: #398D7A;
 }
</style>

background-color css

<style>
 a { background-color: #398D7A; }

 a { background-color: rgb(57,141,122); }

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

border-color css

<style>
 span { border-color: #398D7A; }

 span { border-color: rgb(57,141,122); }

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