Html Css Color HEX #398C7A Lochinvar

📋 copy color: '#398C7A'

red 57 ◦ green 140 ◦ blue 122

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

Shades of Lochinvar #398C7A

Tints of Lochinvar #398C7A

RGB

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

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

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

R = 17.87%
G = 43.89%
B = 38.24%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#398C7A (or 0x398C7A) is known color: Lochinvar. HEX triplet: 39, 8C and 7A. RGB value is (57,140,122). Sum of RGB (Red+Green+Blue) = 57+140+122=319 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.87% from 319); Green value is 140 (55.08% from 255 or 43.89% from 319); Blue value is 122 (48.05% from 255 or 38.24% from 319); Max value from RGB is 140 - color contains mainly: green. Hex color #398C7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398C7A is #C67385. Grayscale: #717171. Windows color (decimal): -13005702 or 8031289. OLE color: 8031289.

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

Color convert

RGB 57 140 122 -
CMYK 0.59 0 0.13 0.45
HSL 166.99º 0.42% 0.39% -
HSV(B) 166.99º 0.59% 0.55% -
XYZ 14.58 21.03 21.7 -
YUV 113.13 133 87.96 -
System Red Green Blue C M Y K H S L
Decimal 57 140 122 0.59 0 0.13 0.45 166.99 0.42 0.39
Hex 39 8C 7A 3B 0 D 2D A7 2A 27
Octal 71 214 172 73 0 15 55 247 52 47
Binary 111001 10001100 1111010 111011 0 1101 101101 10100111 101010 100111

Color Harmonies of #398C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398C7A

Black with #398C7A

Text Example


Text Example

White with #398C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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