#368D81

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

Shades of Lochinvar #368D81

Tints of Lochinvar #368D81

Color information

#368D81 (or 0x368D81) is unknown color: approx Lochinvar. HEX triplet: 36, 8D and 81. RGB value is (54,141,129). Sum of RGB (Red+Green+Blue) = 54+141+129=324 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.67% from 324); Green value is 141 (55.47% from 255 or 43.52% from 324); Blue value is 129 (50.78% from 255 or 39.81% from 324); Max value from RGB is 141 - color contains mainly: green. Hex color #368D81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368D81 is #C9727E. Grayscale: #717171. Windows color (decimal): -13202047 or 8490294. OLE color: 8490294.

HSL color Cylindrical-coordinate representation of color #368D81: hue angle of 171.72º 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 #368D81 is Cyan = 0.62, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB54141129-
CMYK0.6200.090.45
HSL171.72º44.62%38.24%-
HSV(B)171.72º61.7%55.29%-
XYZ15.0121.4224.11-
YUV113.62136.6885.48-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.67%
GREEN value IS 141 (55.47% from 255) = 43.52%
BLUE value IS 129 (50.78% from 255) = 39.81%
R=16.67%
G=43.52%
B=39.81%

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
Decimal541411290.6200.090.45171.7244.6238.24
Hex368D813E092Dac2d26
Octal6621520176011552545546
Binary11011010001101100000011111100100110110110101100101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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