Html Css Color HEX #398981 Lochinvar

📋 copy color: '#398981'

red 57 ◦ green 137 ◦ blue 129

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

Shades of Lochinvar #398981

Tints of Lochinvar #398981

RGB

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

 GREEN value IS 137 (53.91% from 255) = 42.41%

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

R = 17.65%
G = 42.41%
B = 39.94%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.06

 K value IS 0.46

RGB Variations

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

Color information

#398981 (or 0x398981) is known color: Lochinvar. HEX triplet: 39, 89 and 81. RGB value is (57,137,129). Sum of RGB (Red+Green+Blue) = 57+137+129=323 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.65% from 323); Green value is 137 (53.91% from 255 or 42.41% from 323); Blue value is 129 (50.78% from 255 or 39.94% from 323); Max value from RGB is 137 - color contains mainly: green. Hex color #398981 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398981 is #C6767E. Grayscale: #707070. Windows color (decimal): -13006463 or 8489273. OLE color: 8489273.

HSL color Cylindrical-coordinate representation of color #398981: hue angle of 174º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #398981 is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.46.

Color convert

RGB 57 137 129 -
CMYK 0.58 0 0.06 0.46
HSL 174º 0.41% 0.38% -
HSV(B) 174º 0.58% 0.54% -
XYZ 14.6 20.35 23.93 -
YUV 112.17 137.5 88.65 -
System Red Green Blue C M Y K H S L
Decimal 57 137 129 0.58 0 0.06 0.46 174 0.41 0.38
Hex 39 89 81 3A 0 6 2E AE 29 26
Octal 71 211 201 72 0 6 56 256 51 46
Binary 111001 10001001 10000001 111010 0 110 101110 10101110 101001 100110

Color Harmonies of #398981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398981

Black with #398981

Text Example


Text Example

White with #398981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398981; }

 p { color: rgb(57,137,129); }

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

background-color css

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

 a { background-color: rgb(57,137,129); }

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

border-color css

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

 span { border-color: rgb(57,137,129); }

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