Html Css Color HEX #398D7D Lochinvar

📋 copy color: '#398D7D'

red 57 ◦ green 141 ◦ blue 125

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

Shades of Lochinvar #398D7D

Tints of Lochinvar #398D7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 38.7%

R = 17.65%
G = 43.65%
B = 38.7%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#398D7D (or 0x398D7D) is known color: Lochinvar. HEX triplet: 39, 8D and 7D. RGB value is (57,141,125). Sum of RGB (Red+Green+Blue) = 57+141+125=323 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.65% from 323); Green value is 141 (55.47% from 255 or 43.65% from 323); Blue value is 125 (49.22% from 255 or 38.70% from 323); Max value from RGB is 141 - color contains mainly: green. Hex color #398D7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398D7D is #C67282. Grayscale: #727272. Windows color (decimal): -13005443 or 8228153. OLE color: 8228153.

HSL color Cylindrical-coordinate representation of color #398D7D: hue angle of 168.57º 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 #398D7D is Cyan = 0.60, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB 57 141 125 -
CMYK 0.60 0 0.11 0.45
HSL 168.57º 0.42% 0.39% -
HSV(B) 168.57º 0.6% 0.55% -
XYZ 14.91 21.4 22.75 -
YUV 114.06 134.17 87.3 -
System Red Green Blue C M Y K H S L
Decimal 57 141 125 0.60 0 0.11 0.45 168.57 0.42 0.39
Hex 39 8D 7D 3C 0 B 2D A9 2A 27
Octal 71 215 175 74 0 13 55 251 52 47
Binary 111001 10001101 1111101 111100 0 1011 101101 10101001 101010 100111

Color Harmonies of #398D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398D7D

Black with #398D7D

Text Example


Text Example

White with #398D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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