#368E80

Color #368E80 Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #368E80

Tints of Lochinvar #368E80

Color information

#368E80 (or 0x368E80) is unknown color: approx Lochinvar. HEX triplet: 36, 8E and 80. RGB value is (54,142,128). Sum of RGB (Red+Green+Blue) = 54+142+128=324 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.67% from 324); Green value is 142 (55.86% from 255 or 43.83% from 324); Blue value is 128 (50.39% from 255 or 39.51% from 324); Max value from RGB is 142 - color contains mainly: green. Hex color #368E80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368E80 is #C9717F. Grayscale: #727272. Windows color (decimal): -13201792 or 8425014. OLE color: 8425014.

HSL color Cylindrical-coordinate representation of color #368E80: hue angle of 170.45º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #368E80 is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB54142128-
CMYK0.6200.100.44
HSL170.45º44.9%38.43%-
HSV(B)170.45º61.97%55.69%-
XYZ15.0921.6923.81-
YUV114.09135.8585.14-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.67%
GREEN value IS 142 (55.86% from 255) = 43.83%
BLUE value IS 128 (50.39% from 255) = 39.51%
R=16.67%
G=43.83%
B=39.51%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal541421280.6200.100.44170.4544.938.43
Hex368E803E0A2Caa2d26
Octal6621620076012542525546
Binary11011010001110100000001111100101010110010101010101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368E80; }

 p { color: rgb(54,142,128); }

 H1.HeaderClassName
 {
   color: #368E80;
 }
 .AnyTagClassName
 {
   color: #368E80;
 }
</style>
background-color css

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

 a { background-color: rgb(54,142,128); }

 div.DivClassName
 {
   background-color: #368E80;
 }
 .BgClassName
 {
   background-color: #368E80;
 }
</style>
border-color css

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

 span { border-color: rgb(54,142,128); }

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