Html Css Color HEX #378881 Lochinvar

📋 copy color: '#378881'

red 55 ◦ green 136 ◦ blue 129

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

Shades of Lochinvar #378881

Tints of Lochinvar #378881

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.5%

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

R = 17.19%
G = 42.5%
B = 40.31%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#378881 (or 0x378881) is known color: Lochinvar. HEX triplet: 37, 88 and 81. RGB value is (55,136,129). Sum of RGB (Red+Green+Blue) = 55+136+129=320 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.19% from 320); Green value is 136 (53.52% from 255 or 42.5% from 320); Blue value is 129 (50.78% from 255 or 40.31% from 320); Max value from RGB is 136 - color contains mainly: green. Hex color #378881 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378881 is #C8777E. Grayscale: #6E6E6E. Windows color (decimal): -13137791 or 8489015. OLE color: 8489015.

HSL color Cylindrical-coordinate representation of color #378881: hue angle of 174.81º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #378881 is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 55 136 129 -
CMYK 0.60 0 0.05 0.47
HSL 174.81º 0.42% 0.37% -
HSV(B) 174.81º 0.6% 0.53% -
XYZ 14.34 20.01 23.87 -
YUV 110.98 138.16 88.07 -
System Red Green Blue C M Y K H S L
Decimal 55 136 129 0.60 0 0.05 0.47 174.81 0.42 0.37
Hex 37 88 81 3C 0 5 2F AF 2A 25
Octal 67 210 201 74 0 5 57 257 52 45
Binary 110111 10001000 10000001 111100 0 101 101111 10101111 101010 100101

Color Harmonies of #378881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378881

Black with #378881

Text Example


Text Example

White with #378881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378881; }

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

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

background-color css

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

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

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

border-color css

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

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

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