#368D80

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

Shades of Lochinvar #368D80

Tints of Lochinvar #368D80

Color information

#368D80 (or 0x368D80) is unknown color: approx Lochinvar. HEX triplet: 36, 8D and 80. RGB value is (54,141,128). Sum of RGB (Red+Green+Blue) = 54+141+128=323 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.72% from 323); Green value is 141 (55.47% from 255 or 43.65% from 323); Blue value is 128 (50.39% from 255 or 39.63% from 323); Max value from RGB is 141 - color contains mainly: green. Hex color #368D80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368D80 is #C9727F. Grayscale: #717171. Windows color (decimal): -13202048 or 8424758. OLE color: 8424758.

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

Color convert

RGB54141128-
CMYK0.6200.090.45
HSL171.03º44.62%38.24%-
HSV(B)171.03º61.7%55.29%-
XYZ14.9421.3923.76-
YUV113.5136.1885.56-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.72%
GREEN value IS 141 (55.47% from 255) = 43.65%
BLUE value IS 128 (50.39% from 255) = 39.63%
R=16.72%
G=43.65%
B=39.63%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal541411280.6200.090.45171.0344.6238.24
Hex368D803E092Dab2d26
Octal6621520076011552535546
Binary11011010001101100000001111100100110110110101011101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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