Html Css Color HEX #378F85 Lochinvar

📋 copy color: '#378F85'

red 55 ◦ green 143 ◦ blue 133

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

Shades of Lochinvar #378F85

Tints of Lochinvar #378F85

RGB

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

 GREEN value IS 143 (56.25% from 255) = 43.2%

 BLUE value IS 133 (52.34% from 255) = 40.18%

R = 16.62%
G = 43.2%
B = 40.18%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.07

 K value IS 0.44

RGB Variations

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

Color information

#378F85 (or 0x378F85) is known color: Lochinvar. HEX triplet: 37, 8F and 85. RGB value is (55,143,133). Sum of RGB (Red+Green+Blue) = 55+143+133=331 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.62% from 331); Green value is 143 (56.25% from 255 or 43.20% from 331); Blue value is 133 (52.34% from 255 or 40.18% from 331); Max value from RGB is 143 - color contains mainly: green. Hex color #378F85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378F85 is #C8707A. Grayscale: #737373. Windows color (decimal): -13135995 or 8752951. OLE color: 8752951.

HSL color Cylindrical-coordinate representation of color #378F85: hue angle of 173.18º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #378F85 is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB 55 143 133 -
CMYK 0.62 0 0.07 0.44
HSL 173.18º 0.44% 0.39% -
HSV(B) 173.18º 0.62% 0.56% -
XYZ 15.63 22.15 25.64 -
YUV 115.55 137.85 84.81 -
System Red Green Blue C M Y K H S L
Decimal 55 143 133 0.62 0 0.07 0.44 173.18 0.44 0.39
Hex 37 8F 85 3E 0 7 2C AD 2C 27
Octal 67 217 205 76 0 7 54 255 54 47
Binary 110111 10001111 10000101 111110 0 111 101100 10101101 101100 100111

Color Harmonies of #378F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378F85

Black with #378F85

Text Example


Text Example

White with #378F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378F85; }

 p { color: rgb(55,143,133); }

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

background-color css

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

 a { background-color: rgb(55,143,133); }

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

border-color css

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

 span { border-color: rgb(55,143,133); }

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