Html Css Color HEX #379084 Lochinvar

📋 copy color: '#379084'

red 55 ◦ green 144 ◦ blue 132

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

Shades of Lochinvar #379084

Tints of Lochinvar #379084

RGB

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

 GREEN value IS 144 (56.64% from 255) = 43.5%

 BLUE value IS 132 (51.95% from 255) = 39.88%

R = 16.62%
G = 43.5%
B = 39.88%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#379084 (or 0x379084) is known color: Lochinvar. HEX triplet: 37, 90 and 84. RGB value is (55,144,132). Sum of RGB (Red+Green+Blue) = 55+144+132=331 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.62% from 331); Green value is 144 (56.64% from 255 or 43.50% from 331); Blue value is 132 (51.95% from 255 or 39.88% from 331); Max value from RGB is 144 - color contains mainly: green. Hex color #379084 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379084 is #C86F7B. Grayscale: #737373. Windows color (decimal): -13135740 or 8687671. OLE color: 8687671.

HSL color Cylindrical-coordinate representation of color #379084: hue angle of 171.91º degrees, saturation: 0.45, 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 #379084 is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB 55 144 132 -
CMYK 0.62 0 0.08 0.44
HSL 171.91º 0.45% 0.39% -
HSV(B) 171.91º 0.62% 0.56% -
XYZ 15.71 22.42 25.33 -
YUV 116.02 137.01 84.48 -
System Red Green Blue C M Y K H S L
Decimal 55 144 132 0.62 0 0.08 0.44 171.91 0.45 0.39
Hex 37 90 84 3E 0 8 2C AC 2D 27
Octal 67 220 204 76 0 10 54 254 55 47
Binary 110111 10010000 10000100 111110 0 1000 101100 10101100 101101 100111

Color Harmonies of #379084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379084

Black with #379084

Text Example


Text Example

White with #379084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379084; }

 p { color: rgb(55,144,132); }

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

background-color css

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

 a { background-color: rgb(55,144,132); }

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

border-color css

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

 span { border-color: rgb(55,144,132); }

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