Html Css Color HEX #378981 Lochinvar

📋 copy color: '#378981'

red 55 ◦ green 137 ◦ blue 129

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

Shades of Lochinvar #378981

Tints of Lochinvar #378981

RGB

 RED value IS 55 (21.88% from 255) = 17.13%

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

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

R = 17.13%
G = 42.68%
B = 40.19%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.06

 K value IS 0.46

RGB Variations

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

Color information

#378981 (or 0x378981) is known color: Lochinvar. HEX triplet: 37, 89 and 81. RGB value is (55,137,129). Sum of RGB (Red+Green+Blue) = 55+137+129=321 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.13% from 321); Green value is 137 (53.91% from 255 or 42.68% from 321); Blue value is 129 (50.78% from 255 or 40.19% from 321); Max value from RGB is 137 - color contains mainly: green. Hex color #378981 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378981 is #C8767E. Grayscale: #6F6F6F. Windows color (decimal): -13137535 or 8489271. OLE color: 8489271.

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

Color convert

RGB 55 137 129 -
CMYK 0.60 0 0.06 0.46
HSL 174.15º 0.43% 0.38% -
HSV(B) 174.15º 0.6% 0.54% -
XYZ 14.48 20.29 23.92 -
YUV 111.57 137.83 87.65 -
System Red Green Blue C M Y K H S L
Decimal 55 137 129 0.60 0 0.06 0.46 174.15 0.43 0.38
Hex 37 89 81 3C 0 6 2E AE 2B 26
Octal 67 211 201 74 0 6 56 256 53 46
Binary 110111 10001001 10000001 111100 0 110 101110 10101110 101011 100110

Color Harmonies of #378981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378981

Black with #378981

Text Example


Text Example

White with #378981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378981; }

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

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

background-color css

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

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

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

border-color css

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

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

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