#368B7F

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

Shades of Lochinvar #368B7F

Tints of Lochinvar #368B7F

Color information

#368B7F (or 0x368B7F) is unknown color: approx Lochinvar. HEX triplet: 36, 8B and 7F. RGB value is (54,139,127). Sum of RGB (Red+Green+Blue) = 54+139+127=320 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.88% from 320); Green value is 139 (54.69% from 255 or 43.44% from 320); Blue value is 127 (50% from 255 or 39.69% from 320); Max value from RGB is 139 - color contains mainly: green. Hex color #368B7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368B7F is #C97480. Grayscale: #707070. Windows color (decimal): -13202561 or 8358710. OLE color: 8358710.

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

Color convert

RGB54139127-
CMYK0.6100.090.45
HSL171.53º44.04%37.84%-
HSV(B)171.53º61.15%54.51%-
XYZ14.5820.7823.32-
YUV112.22136.3486.48-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.88%
GREEN value IS 139 (54.69% from 255) = 43.44%
BLUE value IS 127 (50% from 255) = 39.69%
R=16.88%
G=43.44%
B=39.69%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal541391270.6100.090.45171.5344.0437.84
Hex368B7F3D092Dac2c26
Octal6621317775011552545446
Binary1101101000101111111111111010100110110110101100101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,139,127); }

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

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

 a { background-color: rgb(54,139,127); }

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

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

 span { border-color: rgb(54,139,127); }

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